From bc89828f10d0731f6120bc7d87d6d7c29164612a Mon Sep 17 00:00:00 2001 From: Wangxin Date: Fri, 31 Oct 2025 23:00:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=20=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5=E5=9F=BA=E6=9C=AC=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ALOps_sys_fe/alops-ui/src/api/index/index.js | 9 + ALOps_sys_fe/alops-ui/src/views/index.vue | 611 ++++++++++++------- 2 files changed, 394 insertions(+), 226 deletions(-) diff --git a/ALOps_sys_fe/alops-ui/src/api/index/index.js b/ALOps_sys_fe/alops-ui/src/api/index/index.js index 92081fa3..197e5d9e 100644 --- a/ALOps_sys_fe/alops-ui/src/api/index/index.js +++ b/ALOps_sys_fe/alops-ui/src/api/index/index.js @@ -19,6 +19,15 @@ export function statistic(query) { }) } +// 楼层统计数据 +export function floorStatistic(query) { + return request({ + url: '/device/files/floorStatistic', + method: 'get', + params: query + }) +} + // 统计预警信息次数 export function alertMessageTimes(query) { return request({ diff --git a/ALOps_sys_fe/alops-ui/src/views/index.vue b/ALOps_sys_fe/alops-ui/src/views/index.vue index b1a2cda1..1d66dfa7 100644 --- a/ALOps_sys_fe/alops-ui/src/views/index.vue +++ b/ALOps_sys_fe/alops-ui/src/views/index.vue @@ -1,235 +1,237 @@ -