From ceb611ede1ca3988d731adffee433a1a7bcd442b Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期四, 19 十月 2023 17:38:18 +0800 Subject: [PATCH] tjxgstf --- src/views/hosp/Summary/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/hosp/Summary/index.vue b/src/views/hosp/Summary/index.vue index cd7b064..5274a62 100644 --- a/src/views/hosp/Summary/index.vue +++ b/src/views/hosp/Summary/index.vue @@ -25,7 +25,7 @@ <el-row :gutter="10" class="mb8"> <el-col :span="1.5"> <el-button type="primary" size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['hosp:water:edit']">姹囨��</el-button> + >姹囨��</el-button> </el-col> </el-row> <el-table style="width: 80%" :data="list" border max-height="720px" @selection-change="handleSelect"> -- Gitblit v1.8.0