From 772d8df8a3ee02a6fe2dbd6ba7216e3e3ee0ec63 Mon Sep 17 00:00:00 2001 From: qx <2540746708@qq.com> Date: 星期四, 20 六月 2024 22:18:38 +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