From b45801d44f8caeb75f0e05f407ccf73de3e70bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Thu, 10 Aug 2023 16:48:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E5=AD=97=E7=AC=A6=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/netSecurity/DataSource/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/netSecurity/DataSource/index.vue b/src/views/netSecurity/DataSource/index.vue index 9eed590..c1da0f3 100644 --- a/src/views/netSecurity/DataSource/index.vue +++ b/src/views/netSecurity/DataSource/index.vue @@ -53,7 +53,7 @@ type="primary" size="mini" @click="handleAdd()" - v-hasPermi="['zongzhi:detection:add']" + v-hasPermi="['zongzhi:source:add']" >新增 导出 @@ -131,7 +131,7 @@ 查看 @@ -139,14 +139,14 @@ type="primary" size="mini" @click="handleUpdate(scope.row)" - v-hasPermi="['zongzhi/netSecurityDataSource:source:edit']" + v-hasPermi="['zongzhi:source:edit']" >修改 删除