From 35e589cce2b227d3088825192bd656f0b052dd17 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期二, 20 二月 2024 17:53:57 +0800 Subject: [PATCH] qxtj --- src/views/doctor/examination/index.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue index eb6f849..3955e5f 100644 --- a/src/views/doctor/examination/index.vue +++ b/src/views/doctor/examination/index.vue @@ -146,12 +146,12 @@ > </template> </el-table-column> + <!-- v-hasPermi="['reservation:reservation:edit']" --> <el-table-column label="鎿嶄綔" align="center" width="120px"> <template slot-scope="scope"> <el-button size="mini" - type="text" - v-hasPermi="['reservation:reservation:edit']" + type="text" @click="tongbu(scope.row)" >鍚屾</el-button > @@ -159,7 +159,6 @@ :disabled="dis" size="mini" type="text" - v-hasPermi="['reservation:reservation:edit']" v-show=" scope.row.confirmStatus == '299' || scope.row.confirmStatus == 288 @@ -170,7 +169,6 @@ <el-button size="mini" type="text" - v-hasPermi="['reservation:reservation:edit']" v-show=" scope.row.confirmStatus == '301' || scope.row.confirmStatus == 288 -- Gitblit v1.8.0