From 105f9cabf27ecf68c3fb9fda27395450f27a96d6 Mon Sep 17 00:00:00 2001 From: lau572 <1010031226@qq.com> Date: Fri, 12 Jun 2026 11:12:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=94=E8=B1=A1=E9=A2=84=E8=AD=A6=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/infoWarning/index.vue | 185 +++++++++++++++++- 1 file changed, 179 insertions(+), 6 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infoWarning/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infoWarning/index.vue index 289456ad..c85d91aa 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infoWarning/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infoWarning/index.vue @@ -6,6 +6,8 @@ 当前气象预警信息数: {{ warningList.length }} + 历史记录 +
@@ -42,8 +44,64 @@
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+
+ + +
+ + - + @@ -244,6 +410,7 @@ export default { width: 100%; height: 40px; margin: 10px 0px; + justify-content: space-between; .buttons { width: 100%; height: 38px; @@ -381,5 +548,11 @@ export default { } } } - +.footer { + margin-top: 15px; + height: 36px; + display: flex; + align-items: center; + justify-content: center; +}