diff --git a/src/views/dataAnalysis/syntheticData/equipRight.vue b/src/views/dataAnalysis/syntheticData/equipRight.vue
index 47f5e55..661cc26 100644
--- a/src/views/dataAnalysis/syntheticData/equipRight.vue
+++ b/src/views/dataAnalysis/syntheticData/equipRight.vue
@@ -129,8 +129,8 @@
end-placeholder="结束日期"
:clearable="false"
>
- 搜索
- 导出
+ 搜索
+ 导出
diff --git a/src/views/dataAnalysis/syntheticData/equipRight.vue b/src/views/dataAnalysis/syntheticData/equipRight.vue
index 47f5e55..661cc26 100644
--- a/src/views/dataAnalysis/syntheticData/equipRight.vue
+++ b/src/views/dataAnalysis/syntheticData/equipRight.vue
@@ -129,8 +129,8 @@
end-placeholder="结束日期"
:clearable="false"
>
- 搜索
- 导出
+ 搜索
+ 导出
diff --git a/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue b/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue
index f670ebf..37ea874 100644
--- a/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue
+++ b/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue
@@ -117,7 +117,7 @@
-
+
{{
scope.row.status == 'to_start'
? '未开始'
diff --git a/src/views/dataAnalysis/syntheticData/equipRight.vue b/src/views/dataAnalysis/syntheticData/equipRight.vue
index 47f5e55..661cc26 100644
--- a/src/views/dataAnalysis/syntheticData/equipRight.vue
+++ b/src/views/dataAnalysis/syntheticData/equipRight.vue
@@ -129,8 +129,8 @@
end-placeholder="结束日期"
:clearable="false"
>
- 搜索
- 导出
+ 搜索
+ 导出
diff --git a/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue b/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue
index f670ebf..37ea874 100644
--- a/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue
+++ b/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue
@@ -117,7 +117,7 @@
-
+
{{
scope.row.status == 'to_start'
? '未开始'
diff --git a/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue b/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
index 5d44756..31eaee7 100644
--- a/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
+++ b/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
@@ -26,14 +26,20 @@
-
- {{ scope.row.isQualify == '0' ? '否' : scope.row.isQualify == '1' ? '是' : scope.row.isQualify == '2' ? '未填报' : '' }}
-
+ 未填报
+ 无法评价
+ {{
+ scope.row.isQualify === '1' ? '达标' : '未达标'
+ }}
+
+
- 查看
+ 详情
diff --git a/src/views/dataAnalysis/syntheticData/equipRight.vue b/src/views/dataAnalysis/syntheticData/equipRight.vue
index 47f5e55..661cc26 100644
--- a/src/views/dataAnalysis/syntheticData/equipRight.vue
+++ b/src/views/dataAnalysis/syntheticData/equipRight.vue
@@ -129,8 +129,8 @@
end-placeholder="结束日期"
:clearable="false"
>
- 搜索
- 导出
+ 搜索
+ 导出
diff --git a/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue b/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue
index f670ebf..37ea874 100644
--- a/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue
+++ b/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue
@@ -117,7 +117,7 @@
-
+
{{
scope.row.status == 'to_start'
? '未开始'
diff --git a/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue b/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
index 5d44756..31eaee7 100644
--- a/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
+++ b/src/views/spongePerformance/OutputPerformance/SewageTreatment.vue
@@ -26,14 +26,20 @@
-
- {{ scope.row.isQualify == '0' ? '否' : scope.row.isQualify == '1' ? '是' : scope.row.isQualify == '2' ? '未填报' : '' }}
-
+ 未填报
+ 无法评价
+ {{
+ scope.row.isQualify === '1' ? '达标' : '未达标'
+ }}
+
+
- 查看
+ 详情
diff --git a/src/views/spongePerformance/OutputPerformance/UrbanDomesticSewage.vue b/src/views/spongePerformance/OutputPerformance/UrbanDomesticSewage.vue
index f464bdc..4837eeb 100644
--- a/src/views/spongePerformance/OutputPerformance/UrbanDomesticSewage.vue
+++ b/src/views/spongePerformance/OutputPerformance/UrbanDomesticSewage.vue
@@ -22,7 +22,10 @@
- {{ row.status == '1' ? '达标' : '不达标' }}
+
+ {{ row.status == 1 ? '达标' : '不达标' }}
+
+