diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 6a4c1bc..d2c9e56 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -399,6 +399,17 @@ const remainingRouter: AppRouteRecordRaw[] = [ catalogue: true, } }, + { + path: '/screen/powerMonitoring', + component: () => import('@/views/screen/powerMonitoring.vue'), + name: 'powerMonitoring', + meta: { + hidden: true, + title: '动环监控大屏', + noTagsView: true, + catalogue: true, + } + }, { path: '/screen/main', component: () => import('@/views/screen/mainScreen.vue'), diff --git a/src/views/screen/powerMonitoring.vue b/src/views/screen/powerMonitoring.vue new file mode 100644 index 0000000..c89969f --- /dev/null +++ b/src/views/screen/powerMonitoring.vue @@ -0,0 +1,793 @@ + + + + + 动环监控大屏 + {{ currentDateTime }} + + + + + + + + + 总设备数 + {{ totalDevices.toLocaleString() }} + + + + + 较上月增长 {{ totalDevicesGrowth }}% + + + + + + 在线设备数 + {{ onlineDevices.toLocaleString() }} + + 在线率 {{ onlineRate }}% + + + + + + + + + 当月告警趋势 + + + + + + 告警设备类型分布 + + + + + + + + 园区信息列表 + + + + + {{ record.totalDevices }} + + + + + + {{ record.upsStatus }} + + + + + + + {{ record.airConditionStatus }} + + + + + + + {{ record.temperatureStatus }} + + + + + + + {{ record.otherStatus }} + + + + + + + 异常 + 正常 + 查看详情 + + + + + + + + + + + + +