From f8acaa2e9ff3cc2b1fd91d3d6372434d6c10f8f5 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期四, 20 六月 2024 18:10:21 +0800
Subject: [PATCH] qxtj

---
 src/views/doctor/check/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index cca1013..d33050b 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -750,6 +750,7 @@
                   </table>
 
                   <div slot="footer" class="dialog-footers">
+                    <!--  v-show="tjStatus == '0'" -->
                     <!-- <el-button type="primary"
           size="mini"
           @click="radioChange"
@@ -759,7 +760,7 @@
                     <el-button
                       type="primary"
                       @click="determine"
-                      v-show="tjStatus == '0'"
+                     
                       >鎻� 浜�</el-button
                     >
                   </div>
@@ -1040,10 +1041,10 @@
           v-hasPermi="['system:notice:add']"
           v-show="tjStatus == '1'"
         >浼氳瘖鐢宠</el-button> -->
+        <!--  v-show="tjStatus == '0'" -->
                     <el-button
                       type="primary"
                       @click="determine"
-                      v-show="tjStatus == '0'"
                       >鎻� 浜�</el-button
                     >
                   </div>
@@ -1307,6 +1308,7 @@
     getListUser() {
       listUser().then((response) => {
         this.userList = response.rows;
+        console.log(this.userList)
         this.userList.forEach((element) => {
           const userName = this.$store.state.user.name;
           if (userName == element.userName) {

--
Gitblit v1.8.0