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']"
>修改
删除