-
-
-
-
-
-
- 搜索
- 重置
-
-
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
新增
修改
- 删除
+ type="success"
+ size="mini"
+ :disabled="single"
+ @click="handleUpdate"
+ v-hasPermi="['zongzhi:attack:edit']"
+ >修改
+ 删除
导出
-
+
-
-
-
+
+
+
查看
修改
+ @click="handleUpdate(scope.row)"
+ v-hasPermi="['zongzhi:attack:edit']"
+ >修改
删除
+ @click="handleDelete(scope.row)"
+ v-hasPermi="['zongzhi:attack:remove']"
+ >删除
-
- {{ title }}
-
-
-
-
-
-
-
+
+ {{ title }}
+
+
+
+
+
+
+
diff --git a/src/views/netSecurity/supervise/DbSteam/index.vue b/src/views/netSecurity/supervise/DbSteam/index.vue
index ddee662..cf71a6b 100644
--- a/src/views/netSecurity/supervise/DbSteam/index.vue
+++ b/src/views/netSecurity/supervise/DbSteam/index.vue
@@ -482,7 +482,7 @@ export default {
//注释字典
dicts: ["tc_yes_no", "tc_net_safety_level", "tc_db_steam_state"],
computed: {
- ...mapGetters(["townList"]),
+ ...mapGetters(["townList", "treeProps"]),
},
data() {
return {
diff --git a/src/views/netSecurity/supervise/DbUnit/index.vue b/src/views/netSecurity/supervise/DbUnit/index.vue
index bb57448..2853afe 100644
--- a/src/views/netSecurity/supervise/DbUnit/index.vue
+++ b/src/views/netSecurity/supervise/DbUnit/index.vue
@@ -418,7 +418,7 @@ import {
} from "@/api/zongzhi/netSecurity/supervise/DbUnit/index.js";
export default {
computed: {
- ...mapGetters(["townList"]),
+ ...mapGetters(["townList", "treeProps"]),
},
name: "Unit",
//注释字典
diff --git a/src/views/netSecurity/supervise/GovernmentWeb/index.vue b/src/views/netSecurity/supervise/GovernmentWeb/index.vue
index aeb7c0f..5b246ef 100644
--- a/src/views/netSecurity/supervise/GovernmentWeb/index.vue
+++ b/src/views/netSecurity/supervise/GovernmentWeb/index.vue
@@ -258,7 +258,7 @@ import {
} from "@/api/zongzhi/netSecurity/supervise/GovernmentWeb/index.js";
export default {
computed: {
- ...mapGetters(["townList"]),
+ ...mapGetters(["townList", "treeProps"]),
},
name: "Web",
//注释字典
diff --git a/src/views/netSecurity/supervise/IdcUnit/index.vue b/src/views/netSecurity/supervise/IdcUnit/index.vue
index f38de93..91b30eb 100644
--- a/src/views/netSecurity/supervise/IdcUnit/index.vue
+++ b/src/views/netSecurity/supervise/IdcUnit/index.vue
@@ -224,7 +224,7 @@ import {
} from "@/api/zongzhi/netSecurity/supervise/IdcUnit/index.js";
export default {
computed: {
- ...mapGetters(["townList"]),
+ ...mapGetters(["townList", "treeProps"]),
},
name: "IDCunit",
//注释字典
diff --git a/src/views/netSecurity/tb/index.vue b/src/views/netSecurity/tb/index.vue
index c7dcf89..b0c37eb 100644
--- a/src/views/netSecurity/tb/index.vue
+++ b/src/views/netSecurity/tb/index.vue
@@ -106,7 +106,7 @@
@selection-change="handleSelectionChange"
>
-
+
{{ $filterTown(scope.row.areaId) }}
@@ -186,7 +186,7 @@
>
-
+
-->
-
+
-
-
-
+
@@ -292,7 +290,7 @@
border
labelClassName="desLable"
>
- {{
+ {{
$filterTown(form.areaId)
}}
@@ -335,7 +333,7 @@ import {
} from "@/api/zongzhi/netSecurity/tb/index.js";
export default {
computed: {
- ...mapGetters(["townList"]),
+ ...mapGetters(["townList", "treeProps"]),
},
name: "Tb",
//注释字典
diff --git a/src/views/netWorkYq/dtsx/index.vue b/src/views/netWorkYq/dtsx/index.vue
index 3ec3515..79b95d8 100644
--- a/src/views/netWorkYq/dtsx/index.vue
+++ b/src/views/netWorkYq/dtsx/index.vue
@@ -198,7 +198,7 @@ import {
} from "@/api/zongzhi/netWorkYq/dtsx/index.js";
export default {
computed: {
- ...mapGetters(["townList"]),
+ ...mapGetters(["townList", "treeProps"]),
},
name: "Sx",
//注释字典
diff --git a/src/views/netWorkYq/index.vue b/src/views/netWorkYq/index.vue
index 9ee13fe..a0dff21 100644
--- a/src/views/netWorkYq/index.vue
+++ b/src/views/netWorkYq/index.vue
@@ -479,7 +479,7 @@ import {
} from "@/api/zongzhi/netWorkYq/index.js";
export default {
computed: {
- ...mapGetters(["townList"]),
+ ...mapGetters(["townList", "treeProps"]),
},
name: "Sentiment",
//注释字典
@@ -693,7 +693,7 @@ export default {
this.$refs["form"].validate((valid) => {
if (valid) {
if (this.form.id != null) {
- this.filterFile(1);
+ this.filterFile(1);
updateSentiment(this.form).then((response) => {
this.$modal.msgSuccess("修改成功");
this.open = false;
diff --git a/src/views/netWorkYq/yqfl/index.vue b/src/views/netWorkYq/yqfl/index.vue
index 55591b8..de4cf80 100644
--- a/src/views/netWorkYq/yqfl/index.vue
+++ b/src/views/netWorkYq/yqfl/index.vue
@@ -92,7 +92,7 @@
@selection-change="handleSelectionChange"
>
-
+
{{ scope.row.areaId | filterTown }}
@@ -171,7 +171,7 @@
label-width="auto"
class="dialog-from"
>
-
+
- {{
+ {{
form.areaId
}}
diff --git a/src/views/netWorkYq/yqzst/index.vue b/src/views/netWorkYq/yqzst/index.vue
index ed9e701..f1cd5de 100644
--- a/src/views/netWorkYq/yqzst/index.vue
+++ b/src/views/netWorkYq/yqzst/index.vue
@@ -77,7 +77,7 @@
@selection-change="handleSelectionChange"
>
-
+
{{ scope.row.areaId | filterTown }}
@@ -149,7 +149,7 @@
label-width="auto"
class="dialog-from"
>
-
+
- {{
+ {{
form.areaId
}}
diff --git a/src/views/netZoology/bjsjzb/index.vue b/src/views/netZoology/bjsjzb/index.vue
index 4dff2cb..f2cf980 100644
--- a/src/views/netZoology/bjsjzb/index.vue
+++ b/src/views/netZoology/bjsjzb/index.vue
@@ -71,7 +71,7 @@
@selection-change="handleSelectionChange"
>
-
+
{{ scope.row.areaId | filterTown }}
@@ -134,7 +134,7 @@
label-width="auto"
class="dialog-from"
>
-
+
-
-
+
+
@@ -264,7 +264,7 @@
border
labelClassName="desLable"
>
- {{
+ {{
$filterTown(form.areaId)
}}
@@ -315,7 +315,7 @@ import {
} from "@/api/zongzhi/netZoology/netP/index.js";
export default {
computed: {
- ...mapGetters(["townList"]),
+ ...mapGetters(["townList", "treeProps"]),
},
name: "Evaluate",
//注释字典
diff --git a/src/views/netZoology/netSafety/index.vue b/src/views/netZoology/netSafety/index.vue
index 89332b0..5dcfb53 100644
--- a/src/views/netZoology/netSafety/index.vue
+++ b/src/views/netZoology/netSafety/index.vue
@@ -310,7 +310,7 @@ import {
} from "@/api/zongzhi/netZoology/netSafety/index.js";
export default {
computed: {
- ...mapGetters(["townList"]),
+ ...mapGetters(["townList", "treeProps"]),
},
name: "Safetyadmin",
//注释字典
diff --git a/src/views/netZoology/netSafetyZcUnit/index.vue b/src/views/netZoology/netSafetyZcUnit/index.vue
index ebaa227..7bc07a7 100644
--- a/src/views/netZoology/netSafetyZcUnit/index.vue
+++ b/src/views/netZoology/netSafetyZcUnit/index.vue
@@ -230,7 +230,7 @@ import {
} from "@/api/zongzhi/netZoology/netSafetyZcUnit/index.js";
export default {
computed: {
- ...mapGetters(["townList"]),
+ ...mapGetters(["townList", "treeProps"]),
},
name: "NetSafetyZcUnit",
//注释字典
diff --git a/src/views/netZoology/netVolunteer/index.vue b/src/views/netZoology/netVolunteer/index.vue
index a5b2cde..f46282b 100644
--- a/src/views/netZoology/netVolunteer/index.vue
+++ b/src/views/netZoology/netVolunteer/index.vue
@@ -291,7 +291,7 @@ import {
} from "@/api/zongzhi/netZoology/netVolunteer/index.js";
export default {
computed: {
- ...mapGetters(["townList"]),
+ ...mapGetters(["townList", "treeProps"]),
},
name: "Volunteer",
//注释字典