From 4ace0175c924dd05d359a44e8e85b022042efdf5 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 16 七月 2025 13:49:37 +0800 Subject: [PATCH] 1 --- src/views/doctor/checkAll/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 5082f0a..b909ebf 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -310,6 +310,7 @@ size="mini" @click.stop="viewReport(scope.row)" v-if="scope.row.tjStatus == '1'" + :disabled="tjStatus === '1'" title="棰勮" icon="el-icon-view" ></el-button> @@ -317,6 +318,7 @@ type="text" size="mini" v-if="scope.row.tjStatus == '1'" + :disabled="tjStatus === '1'" title="鎾ら攢" @click.stop="getRevoke(scope.row)" icon="el-icon-refresh-left" @@ -1073,13 +1075,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 +1090,7 @@ size="mini" @click="chexiao(scope.row)" v-if="scope.row.type == '1'" + :disabled="tjStatus === '1'" >鎾ら攢</el-button > </template> @@ -2632,7 +2636,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