From ceb611ede1ca3988d731adffee433a1a7bcd442b Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期四, 19 十月 2023 17:38:18 +0800
Subject: [PATCH] tjxgstf

---
 src/views/hosp/settlement/index.vue |   59 +++++++++++++----------------------------------------------
 1 files changed, 13 insertions(+), 46 deletions(-)

diff --git a/src/views/hosp/settlement/index.vue b/src/views/hosp/settlement/index.vue
index cd816af..92eda33 100644
--- a/src/views/hosp/settlement/index.vue
+++ b/src/views/hosp/settlement/index.vue
@@ -12,27 +12,27 @@
 
     <el-row :gutter="10" class="mb8">
       <el-col :span="1.5">
-        <el-button type="primary" icon="el-icon-edit" size="mini" @click="handleUpdate" v-hasPermi="['hosp:water:edit']">缁熻</el-button>
+        <el-button type="primary" icon="el-icon-edit" size="mini" @click="handleUpdate">缁熻</el-button>
       </el-col>
       <el-col :span="1.5">
-        <el-button type="primary" icon="el-icon-check" size="mini" @click="handlesettle" :disabled="discode === 200 ? true : false" v-hasPermi="['hosp:water:export']" >缁撹处</el-button>
+        <el-button type="primary" icon="el-icon-check" size="mini" @click="handlesettle" :disabled="discode === 200 ? true : false"  >缁撹处</el-button>
       </el-col>
       <el-col :span="1.5">
-        <el-button type="primary" size="mini" v-hasPermi="['hosp:water:remove']" @click="handleabout">鏃ョ粨鏌ヨ</el-button>
+        <el-button type="primary" size="mini"  @click="handleabout">鏃ョ粨鏌ヨ</el-button>
       </el-col>
     </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