From d13c81526def69ece851368a6da8c267770cb0fb Mon Sep 17 00:00:00 2001 From: SjS Date: Sun, 27 Apr 2025 14:15:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=89=8D=E7=AB=AF=E5=95=86?= =?UTF-8?q?=E6=88=B7=E5=8F=AA=E5=85=81=E8=AE=B8=E6=9F=A5=E7=9C=8B=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bst/ad/index.vue | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/views/bst/ad/index.vue b/src/views/bst/ad/index.vue index 4786847..f15c8a4 100644 --- a/src/views/bst/ad/index.vue +++ b/src/views/bst/ad/index.vue @@ -79,9 +79,23 @@ type="text" icon="el-icon-view" @click="handleView(scope.row)" - v-hasPermi="['bst:ad:edit']"> - {{ scope.row.auditStatus === '1' ? '审核' : '查看详情' }} - + v-if="isSysAdmin() && scope.row.auditStatus === '1'" + >审核 + 查看详情 + + + + + + + + -