From 23170d465c87112598a6e3d3c19f91001721574c Mon Sep 17 00:00:00 2001 From: TiaStars Date: Tue, 24 Sep 2024 17:25:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E6=A1=86=E4=BF=AE=E6=94=B9=E3=80=81?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/public.scss | 3 +- src/views/components/eventAudit.vue | 119 ++++++------------ src/views/components/urgencyAudit.vue | 41 +++--- src/views/index.vue | 3 +- src/views/warningManage/warningAppear.vue | 94 +++++++++----- .../warningAudit/instancyEvent.vue | 18 +-- 6 files changed, 127 insertions(+), 151 deletions(-) diff --git a/src/assets/styles/public.scss b/src/assets/styles/public.scss index 5bf6d18..e633e0b 100644 --- a/src/assets/styles/public.scss +++ b/src/assets/styles/public.scss @@ -599,6 +599,7 @@ .warning-list-search { display: flex; align-items: center; + margin-bottom: 5px; .el-input__inner { border-radius: 5px 0 0 5px; } @@ -616,7 +617,7 @@ grid-template-columns: 1fr; grid-row-gap: 10px; margin: 5px; - height: calc(100vh - 250px); + height: calc(100vh - 300px); overflow-y: scroll; .lists { border-radius: 10px; diff --git a/src/views/components/eventAudit.vue b/src/views/components/eventAudit.vue index f5fe712..0776e93 100644 --- a/src/views/components/eventAudit.vue +++ b/src/views/components/eventAudit.vue @@ -17,7 +17,9 @@
概括名称:
- + + + 修改标题
@@ -28,13 +30,13 @@
{{ audioInfo.title }}
- 查看原标题 + 查看原标题
预警时间:
-
{{ audioInfo.firstWarnTime }}
+
{{ audioInfo.firstWarnTime || audioInfo.caseDate }}
@@ -58,14 +60,6 @@ -
@@ -89,14 +83,14 @@