From ba9dbeee7c139c67d770afe0053f06f1f235e565 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期二, 17 十月 2023 10:56:35 +0800
Subject: [PATCH] qxtj

---
 src/views/hosp/settlement/index.vue |   53 ++++++++++-------------------------------------------
 1 files changed, 10 insertions(+), 43 deletions(-)

diff --git a/src/views/hosp/settlement/index.vue b/src/views/hosp/settlement/index.vue
index cd816af..342fdd4 100644
--- a/src/views/hosp/settlement/index.vue
+++ b/src/views/hosp/settlement/index.vue
@@ -23,16 +23,16 @@
     </el-row>
 
     <el-table :data="dataList" border style="width: 75%">
-      <el-table-column label="濮撳悕" align="center" prop="cusName" width="140px" :show-overflow-tooltip="true"/>
-      <el-table-column label="璁㈠崟娴佹按鍙�" align="center" prop="waterId" width="149px" :show-overflow-tooltip="true"/>
-      <el-table-column label="搴旀敹閲戦" align="center" prop="copeWith" width="90px" :show-overflow-tooltip="true"/>
-      <el-table-column label="鎶樻墸" align="center" prop="discount" width="90px" :show-overflow-tooltip="true"/>
-      <el-table-column label="瀹炴敹閲戦" align="center" prop="paidIn" width="90px" :show-overflow-tooltip="true"/>
-      <el-table-column label="浠樻鐘舵��" align="center" prop="payStasus" width="100px" :show-overflow-tooltip="true"/>
-      <el-table-column label="浠樻鏂瑰紡" align="center" prop="payType" width="100px" :show-overflow-tooltip="true"/>
-      <el-table-column label="鏀惰垂鍛�" align="center" prop="updateBy" width="140px" :show-overflow-tooltip="true"/>
-      <el-table-column label="鏀惰垂鏃堕棿" align="center" prop="updateTime" width="180px" :show-overflow-tooltip="true"/>
-      <el-table-column label="閫�璐规椂闂�" align="center" prop="refundTime" width="180px" :show-overflow-tooltip="true"/>
+      <el-table-column label="濮撳悕" align="center" prop="cusName" width="91px" />
+      <el-table-column label="璁㈠崟娴佹按鍙�" align="center" prop="waterId" width="186px" />
+      <el-table-column label="搴旀敹閲戦" align="center" prop="copeWith" width="90px" />
+      <el-table-column label="鎶樻墸" align="center" prop="discount" width="90px" />
+      <el-table-column label="瀹炴敹閲戦" align="center" prop="paidIn" width="90px" />
+      <el-table-column label="浠樻鐘舵��" align="center" prop="payStasus" width="100px" />
+      <el-table-column label="浠樻鏂瑰紡" align="center" prop="payType" width="100px" />
+      <el-table-column label="鏀惰垂鍛�" align="center" prop="updateBy" width="140px"/>
+      <el-table-column label="鏀惰垂鏃堕棿" align="center" prop="updateTime" width="180px"/>
+      <el-table-column label="閫�璐规椂闂�" align="center" prop="refundTime" width="200px" />
     </el-table>
 
     <div class="pag">
@@ -145,39 +145,6 @@
           ];
         }
       });
-
-      // listWater(this.queryParams).then(response => {
-      //   this.waterList = response.rows;
-      //   for (let i = 0; i < response.rows.length; i++) {
-      //     response.rows[i].nweID = i + 1;
-      //   }
-      //   this.total = response.total;
-      //   this.loading = false;
-      // });
-      // getDaily().then(res => {
-      //   this.tableData = res.data.list
-      //   this.tableData.forEach(item => {
-      //     if (item.payStasus == "0") {
-      //       item.payStasus = "鏈粯娆�"
-      //     } else if (item.payStasus == "1") {
-      //       item.payStasus = "宸蹭粯娆�"
-      //     } else {
-      //       item.payStasus = "閫�璐�"
-      //     }
-      //     if (item.payType == "0") {
-      //       item.payType = "鐜伴噾"
-      //     } else if (item.payType == "1") {
-      //       item.payType = "鍒峰崱"
-      //     } else if (item.payType == "2") {
-      //       item.payType = "鏀粯瀹�"
-      //     } else if (item.payType == "3") {
-      //       item.payType = "寰俊"
-      //     } else {
-      //       item.payType = "浜戦棯浠�"
-      //     }
-      //   })
-      //   this.loading = false;
-      // })
     },
 
     /** 缁熻 */

--
Gitblit v1.8.0