暂无数据
+ 暂无数据
+From d6350419f2319cc4b6489510f6a790a8f858525f Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Fri, 5 Jul 2024 19:10:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E6=80=BB=E8=A7=88=E5=BC=B9=E7=AA=97=E4=BB=A5=E5=8F=8AAI?= =?UTF-8?q?=E9=A2=84=E8=AD=A6=E9=A1=B5=E9=9D=A2=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 | 2 +- .../commandScreen/commandCenter/centerTop.vue | 14 +- .../commandCenter/leftBottom.vue | 3 +- .../dialogCompnnents/ai-alarm.vue | 440 ++++++++++-- .../dialogCompnnents/data-dialog.vue | 37 +- .../dialogCompnnents/member-all-show.vue | 661 ++++++++++++++++++ .../dialogCompnnents/member-more-list.vue | 352 ++++++++++ 7 files changed, 1431 insertions(+), 78 deletions(-) create mode 100644 src/views/commandScreen/dialogCompnnents/member-all-show.vue create mode 100644 src/views/commandScreen/dialogCompnnents/member-more-list.vue diff --git a/src/routers/modules/staticRouter.ts b/src/routers/modules/staticRouter.ts index 1154764..6408db4 100644 --- a/src/routers/modules/staticRouter.ts +++ b/src/routers/modules/staticRouter.ts @@ -26,7 +26,7 @@ export const staticRouter: RouteRecordRaw[] = [ name: "大屏", // component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 - component: () => import("@/views/agjtLiveScreen/indexLive.vue"), //鞍钢现场大屏 + // component: () => import("@/views/agjtLiveScreen/indexLive.vue"), //鞍钢现场大屏 // component: () => import("@/views/overviewScreen/indexCommand.vue"), //总览大屏 // component: () => import("@/views/agjtProjectKanban/indexL.vue"), //鞍钢集团项目看板大屏 // component: () => import("@/views/sevenLargeScreen/indexL_syhy.vue"), // 只有一级路由(盘锦、嘉兴、鄱湖美湾医疗项目需切换至该首页) diff --git a/src/views/commandScreen/commandCenter/centerTop.vue b/src/views/commandScreen/commandCenter/centerTop.vue index de1fe6f..fbde38f 100644 --- a/src/views/commandScreen/commandCenter/centerTop.vue +++ b/src/views/commandScreen/commandCenter/centerTop.vue @@ -80,7 +80,7 @@
暂无数据
+ 暂无数据
+