From 08134f2f82d399306e1209e25057fba58a4b3692 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Wed, 29 May 2024 10:51:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routers/modules/staticRouter.ts | 4 +- .../dialogCompnnents/ai-alarm.vue | 124 +++--- src/views/commandScreen/indexCommand.vue | 2 +- src/views/login/index.vue | 366 +++++++++--------- 4 files changed, 257 insertions(+), 239 deletions(-) diff --git a/src/routers/modules/staticRouter.ts b/src/routers/modules/staticRouter.ts index 09a23d5..d09e333 100644 --- a/src/routers/modules/staticRouter.ts +++ b/src/routers/modules/staticRouter.ts @@ -24,8 +24,8 @@ export const staticRouter: RouteRecordRaw[] = [ { path: "/large", name: "大屏", - component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 - // component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 + // component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 + component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 // component: () => import("@/views/sevenLargeScreen/indexL_syhy.vue"), // 只有一级路由(盘锦、嘉兴、鄱湖美湾医疗项目需切换至该首页) children: [ { diff --git a/src/views/commandScreen/dialogCompnnents/ai-alarm.vue b/src/views/commandScreen/dialogCompnnents/ai-alarm.vue index cfd6cdd..6515aa5 100644 --- a/src/views/commandScreen/dialogCompnnents/ai-alarm.vue +++ b/src/views/commandScreen/dialogCompnnents/ai-alarm.vue @@ -4,21 +4,29 @@
-
- {{item.alarmTypeName}} +
+ {{ item.alarmTypeName }} 今日报警次数:{{ item.alarmNumToday }} 本月报警次数:{{ item.alarmNumMonth }} 历史报警次数:{{ item.alarmNum }}
-
+
- -

暂无数据

-
+ +

暂无数据

+
- +
序号
@@ -30,7 +38,7 @@
-
{{index + 1}}
+
{{ index + 1 }}
-