diff --git a/src/views/floodSys/floodOneMap/tabRightWL.vue b/src/views/floodSys/floodOneMap/tabRightWL.vue
index 230e395..14a2255 100644
--- a/src/views/floodSys/floodOneMap/tabRightWL.vue
+++ b/src/views/floodSys/floodOneMap/tabRightWL.vue
@@ -178,7 +178,7 @@
-
河道水位1
+
河道水位
diff --git a/src/views/floodSys/floodOneMap/tabRightWL.vue b/src/views/floodSys/floodOneMap/tabRightWL.vue
index 230e395..14a2255 100644
--- a/src/views/floodSys/floodOneMap/tabRightWL.vue
+++ b/src/views/floodSys/floodOneMap/tabRightWL.vue
@@ -178,7 +178,7 @@
-
河道水位1
+
河道水位
diff --git a/src/views/longoPeration/LSCaseIssues.vue b/src/views/longoPeration/LSCaseIssues.vue
index 3b1c576..fd91957 100644
--- a/src/views/longoPeration/LSCaseIssues.vue
+++ b/src/views/longoPeration/LSCaseIssues.vue
@@ -38,11 +38,11 @@
{{ item.userName }}
-->
-
-
-
+
+ -->
diff --git a/src/views/floodSys/floodOneMap/tabRightWL.vue b/src/views/floodSys/floodOneMap/tabRightWL.vue
index 230e395..14a2255 100644
--- a/src/views/floodSys/floodOneMap/tabRightWL.vue
+++ b/src/views/floodSys/floodOneMap/tabRightWL.vue
@@ -178,7 +178,7 @@
-
河道水位1
+
河道水位
diff --git a/src/views/longoPeration/LSCaseIssues.vue b/src/views/longoPeration/LSCaseIssues.vue
index 3b1c576..fd91957 100644
--- a/src/views/longoPeration/LSCaseIssues.vue
+++ b/src/views/longoPeration/LSCaseIssues.vue
@@ -38,11 +38,11 @@
{{ item.userName }}
-->
-
-
-
+
+ -->
diff --git a/src/views/longoPeration/Patrolmanagement/pop-upbox.vue b/src/views/longoPeration/Patrolmanagement/pop-upbox.vue
index 3ef4022..02868d3 100644
--- a/src/views/longoPeration/Patrolmanagement/pop-upbox.vue
+++ b/src/views/longoPeration/Patrolmanagement/pop-upbox.vue
@@ -79,12 +79,13 @@
-
-
+
+
+
+
+
-
@@ -133,7 +134,7 @@
},
});
const { proxy } = getCurrentInstance();
-const { problem_type } = proxy.useDict('problem_type'); // 巡查类型的字典
+const { problem_type, inspection_items } = proxy.useDict('problem_type', 'inspection_items'); // 巡查类型的字典
const dataList = ref([]);
const dataListPhone = ref([]);
const queryParams = ref({
diff --git a/src/views/floodSys/floodOneMap/tabRightWL.vue b/src/views/floodSys/floodOneMap/tabRightWL.vue
index 230e395..14a2255 100644
--- a/src/views/floodSys/floodOneMap/tabRightWL.vue
+++ b/src/views/floodSys/floodOneMap/tabRightWL.vue
@@ -178,7 +178,7 @@
-
河道水位1
+
河道水位
diff --git a/src/views/longoPeration/LSCaseIssues.vue b/src/views/longoPeration/LSCaseIssues.vue
index 3b1c576..fd91957 100644
--- a/src/views/longoPeration/LSCaseIssues.vue
+++ b/src/views/longoPeration/LSCaseIssues.vue
@@ -38,11 +38,11 @@
{{ item.userName }}
-->
-
-
-
+
+ -->
diff --git a/src/views/longoPeration/Patrolmanagement/pop-upbox.vue b/src/views/longoPeration/Patrolmanagement/pop-upbox.vue
index 3ef4022..02868d3 100644
--- a/src/views/longoPeration/Patrolmanagement/pop-upbox.vue
+++ b/src/views/longoPeration/Patrolmanagement/pop-upbox.vue
@@ -79,12 +79,13 @@
-
-
+
+
+
+
+
-
@@ -133,7 +134,7 @@
},
});
const { proxy } = getCurrentInstance();
-const { problem_type } = proxy.useDict('problem_type'); // 巡查类型的字典
+const { problem_type, inspection_items } = proxy.useDict('problem_type', 'inspection_items'); // 巡查类型的字典
const dataList = ref([]);
const dataListPhone = ref([]);
const queryParams = ref({
diff --git a/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue b/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
index 31eaee7..f6cddfa 100644
--- a/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
+++ b/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
@@ -26,10 +26,9 @@
- 未填报
- 无法评价
- {{
- scope.row.isQualify === '1' ? '达标' : '未达标'
+ 未填报
+ {{
+ scope.row.isQualify == '1' ? '达标' : '未达标'
}}
-
河道水位1
+
河道水位
diff --git a/src/views/longoPeration/LSCaseIssues.vue b/src/views/longoPeration/LSCaseIssues.vue
index 3b1c576..fd91957 100644
--- a/src/views/longoPeration/LSCaseIssues.vue
+++ b/src/views/longoPeration/LSCaseIssues.vue
@@ -38,11 +38,11 @@
{{ item.userName }}
-->
-
-
-
+
+ -->
diff --git a/src/views/longoPeration/Patrolmanagement/pop-upbox.vue b/src/views/longoPeration/Patrolmanagement/pop-upbox.vue
index 3ef4022..02868d3 100644
--- a/src/views/longoPeration/Patrolmanagement/pop-upbox.vue
+++ b/src/views/longoPeration/Patrolmanagement/pop-upbox.vue
@@ -79,12 +79,13 @@
-
-
+
+
+
+
+
-
@@ -133,7 +134,7 @@
},
});
const { proxy } = getCurrentInstance();
-const { problem_type } = proxy.useDict('problem_type'); // 巡查类型的字典
+const { problem_type, inspection_items } = proxy.useDict('problem_type', 'inspection_items'); // 巡查类型的字典
const dataList = ref([]);
const dataListPhone = ref([]);
const queryParams = ref({
diff --git a/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue b/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
index 31eaee7..f6cddfa 100644
--- a/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
+++ b/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
@@ -26,10 +26,9 @@
- 未填报
- 无法评价
- {{
- scope.row.isQualify === '1' ? '达标' : '未达标'
+ 未填报
+ {{
+ scope.row.isQualify == '1' ? '达标' : '未达标'
}}