From ff65a74e6d2a4c1166cc7d5d6fb38ddfefcb2306 Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Fri, 23 Feb 2024 16:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/element.scss | 4 + .../cluster_alarm_area/index.vue | 9 + .../cluster_alarm_configuration/index.vue | 9 + .../gathering_silent_areas/index.vue | 9 + .../components/add.vue | 469 ++++++++++++------ .../other_alarm_configurations/index.vue | 31 +- .../components/add.vue | 9 +- .../assignment_ticket_area_settings/index.vue | 17 +- 8 files changed, 387 insertions(+), 170 deletions(-) create mode 100644 src/views/aggregation_management/cluster_alarm_area/index.vue create mode 100644 src/views/aggregation_management/cluster_alarm_configuration/index.vue create mode 100644 src/views/aggregation_management/gathering_silent_areas/index.vue diff --git a/src/assets/css/element.scss b/src/assets/css/element.scss index f46406f..fe42715 100644 --- a/src/assets/css/element.scss +++ b/src/assets/css/element.scss @@ -406,3 +406,7 @@ --el-notification-close-hover-color: #000 !important; } } + +.el-color-predefine__color-selector.selected { + --el-color-primary: #fff !important; +} diff --git a/src/views/aggregation_management/cluster_alarm_area/index.vue b/src/views/aggregation_management/cluster_alarm_area/index.vue new file mode 100644 index 0000000..df257c3 --- /dev/null +++ b/src/views/aggregation_management/cluster_alarm_area/index.vue @@ -0,0 +1,9 @@ + + + + + diff --git a/src/views/aggregation_management/cluster_alarm_configuration/index.vue b/src/views/aggregation_management/cluster_alarm_configuration/index.vue new file mode 100644 index 0000000..24c9930 --- /dev/null +++ b/src/views/aggregation_management/cluster_alarm_configuration/index.vue @@ -0,0 +1,9 @@ + + + + + diff --git a/src/views/aggregation_management/gathering_silent_areas/index.vue b/src/views/aggregation_management/gathering_silent_areas/index.vue new file mode 100644 index 0000000..8d9f38d --- /dev/null +++ b/src/views/aggregation_management/gathering_silent_areas/index.vue @@ -0,0 +1,9 @@ + + + + + diff --git a/src/views/alarm_configuration/other_alarm_configurations/components/add.vue b/src/views/alarm_configuration/other_alarm_configurations/components/add.vue index 41b3025..44d99bb 100644 --- a/src/views/alarm_configuration/other_alarm_configurations/components/add.vue +++ b/src/views/alarm_configuration/other_alarm_configurations/components/add.vue @@ -11,82 +11,232 @@ - - - - -
-
{{ item.regName }}(图层:{{ item.layName }})
-
- - [未选点] - - - [已停用] - + +