From f590983c4a9ee48f1d76ec8750a3e1aa0913cb5b Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 16 七月 2025 14:42:16 +0800 Subject: [PATCH] 1 --- src/views/doctor/checkAll/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 5082f0a..42f29c8 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -1073,13 +1073,14 @@ :formatter="formatDate" width="160" /> - <el-table-column label="鎿嶄綔" align="center" width="80px"> + <el-table-column label="鎿嶄綔" align="center" fixed="right" width="80px"> <template slot-scope="scope"> <el-button type="primary" size="mini" @click="huifu(scope.row)" v-if="scope.row.type == '2'" + :disabled="tjStatus === '1'" >鎭㈠</el-button > <el-button @@ -1087,6 +1088,7 @@ size="mini" @click="chexiao(scope.row)" v-if="scope.row.type == '1'" + :disabled="tjStatus === '1'" >鎾ら攢</el-button > </template> @@ -2632,7 +2634,7 @@ this.status1 = 4; this.ychfList = res.data; if (this.ychfList.length == 0) { - this.message.success("鏆傛棤寮傚父鎭㈠椤圭洰"); + this.$message.success("鏆傛棤寮傚父鎭㈠椤圭洰"); } }) .catch((error) => { -- Gitblit v1.8.0