From a669b4061e340766c2db12df33cd99a7343cda7f Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期五, 13 十二月 2024 18:14:59 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb

---
 src/views/doctor/checkAll/index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index cd5b5d4..1253aa5 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -190,7 +190,7 @@
             />
           </template>
         </el-table-column>
-        <el-table-column label="鎿嶄綔" align="center" width="90px" fixed="right">
+        <el-table-column label="鎿嶄綔" align="center" width="120px" fixed="right">
           <template slot-scope="scope">
             <el-button
               fixed="right"
@@ -579,8 +579,9 @@
             <el-button type="primary" @click="proposalChange"
               >鐢熸垚寤鸿</el-button
             >
+          
           </div>
-
+  
           <el-form
             ref="numberValidateForm"
             label-width="80px"
@@ -1321,6 +1322,7 @@
   data() {
     return {
       // 鏇存柊鎬绘寤鸿
+
       initialTotalCheckAdvice: "",
       initialState: "",
       preObj: {},
@@ -1512,7 +1514,7 @@
         this.yichangList = res.data;
         this.getExpends();
         if (!this.yichangList) {
-          this.$message({
+          _this.$message({
             type: "warning ",
             message: "鏆傛棤寮傚父鎶ュ憡",
           });

--
Gitblit v1.8.0