diff --git a/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue b/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue index 179b86f4..082e69aa 100644 --- a/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue +++ b/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue @@ -23,9 +23,9 @@
-
线路
+
线路
变电
-
电缆
+
电缆
@@ -92,7 +92,7 @@ export default { options: [], proNum: 0, equipNum: 0, - tabIndex: 1, + tabIndex: 0, tableData: [], } }, diff --git a/src/views/screen/wsScreenWidescreen/components/right/ProEquipSituationList.vue b/src/views/screen/wsScreenWidescreen/components/right/ProEquipSituationList.vue index 42015f42..7b2ee0ad 100644 --- a/src/views/screen/wsScreenWidescreen/components/right/ProEquipSituationList.vue +++ b/src/views/screen/wsScreenWidescreen/components/right/ProEquipSituationList.vue @@ -15,9 +15,9 @@
-
线路
+
线路
变电
-
电缆
+
电缆
@@ -84,7 +84,7 @@ export default { options: [], proNum: 0, equipNum: 0, - tabIndex: 1, + tabIndex: 0, tableData: [], } },