diff --git a/src/views/spongePerformance/mainIndex/index.vue b/src/views/spongePerformance/mainIndex/index.vue
index c66c81e..443d9a7 100644
--- a/src/views/spongePerformance/mainIndex/index.vue
+++ b/src/views/spongePerformance/mainIndex/index.vue
@@ -195,7 +195,7 @@
未填报
{{
- row.standardFlag === 1 ? '达标' : '未达标'
+ row.standardFlag === '1' ? '达标' : '未达标'
}}
@@ -214,12 +214,8 @@
{{ i.tittle }}
-
- {{ footCenterRef?.xData[0]?.standardFlag == '1' && footCenterRef?.xData[1]?.standardFlag == '1' ? '达标' : '未达标' }}
+
+ {{ footCenterRef?.xData[0]?.standardFlag === '1' ? '达标' : '未达标' }}
@@ -317,7 +313,7 @@
});
clickList.value = topList.value[1];
// 暂时假数据
- topList.value[1].score = '--';
+ // topList.value[1].score = '--';
// topList.value[2].score = 91;
topList.value[3].score = '--';
performanceEvaluateItemM(data[0].year);