diff --git a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/MapViewer/index.vue b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/MapViewer/index.vue index 727c7b2..be27cf8 100644 --- a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/MapViewer/index.vue +++ b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/MapViewer/index.vue @@ -1,17 +1,17 @@ diff --git a/packages/screen/src/views/RiskWarning/Dialog/aiWarningResultDialog.vue b/packages/screen/src/views/RiskWarning/Dialog/aiWarningResultDialog.vue index efdc5db..d18482f 100644 --- a/packages/screen/src/views/RiskWarning/Dialog/aiWarningResultDialog.vue +++ b/packages/screen/src/views/RiskWarning/Dialog/aiWarningResultDialog.vue @@ -45,11 +45,7 @@
-
+
{{ level.name }}
@@ -69,14 +65,7 @@ :key="tab.key" class="hierarchy-tab" :class="{ active: activeHierarchyTab === tab.key }" - @click=" - activeHierarchyTab = tab.key; - if (tab.key == 'city-dept') { - activeImpactTab = 'point'; - } else { - activeImpactTab = 'aiiType'; - } - " + @click="handleHierarchyTabClick(tab.key)" > {{ tab.label }}
@@ -89,10 +78,7 @@ :key="tab.key" class="hierarchy-tab" :class="{ active: activeHierarchyTab === tab.key }" - @click=" - activeHierarchyTab = tab.key; - activeImpactTab = 'point'; - " + @click="handleDistrictTabClick(tab.key)" > {{ tab.label }}
@@ -105,12 +91,7 @@ :key="tab.key" class="hierarchy-tab" :class="{ active: activeHierarchyTab === tab.key }" - @click=" - activeHierarchyTab = tab.key; - if (tab.key == 'frontline-whistle' || tab.key == 'frontline-guard') { - activeImpactTab = 'project'; - } - " + @click="handleFrontlineTabClick(tab.key)" > {{ tab.label }}
@@ -145,7 +126,7 @@ {{ currentWarningInfo.emergency }}
- {{ currentWarningInfo.leader }} + {{ currentWarningInfo.districtLeader }}
{{ currentWarningInfo.person }} @@ -154,23 +135,14 @@
{{ currentWarningInfo.guard }}
-
+
{{ currentWarningInfo.whistle }}
-
+
{{ currentWarningInfo.contractor }}
-
- {{ currentWarningInfo.person }} +
+ {{ currentWarningInfo.frontlinePerson }}
@@ -188,14 +160,8 @@ " >
- -
+ +
- - + + - - - - - + + + + + - - - - - + + + + +
@@ -291,13 +237,13 @@ diff --git a/packages/screen/src/views/RiskWarning/Dialog/responseStatusDialog.vue b/packages/screen/src/views/RiskWarning/Dialog/responseStatusDialog.vue index 5309f34..2b0601c 100644 --- a/packages/screen/src/views/RiskWarning/Dialog/responseStatusDialog.vue +++ b/packages/screen/src/views/RiskWarning/Dialog/responseStatusDialog.vue @@ -51,14 +51,14 @@ class="filter-select" @change="handleFilterChange" > - +
是否回应
{{ row.trafficDept.name }} - +
{{ row.trafficDept.phone }}
@@ -158,7 +158,7 @@