From 72d3d50f09d8eb3371c08e968529e0168c4d3f58 Mon Sep 17 00:00:00 2001 From: 13684185576 <2731628804@qq.com> Date: Mon, 8 Dec 2025 15:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=E7=BB=9F=E8=AE=A1=E5=92=8C?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 12 ++ .../components/TableList.vue | 129 ++++++++++++++++ .../peopleManag/EquipmentStatistics/index.vue | 144 ++++++++++++++++++ src/views/home/components/Checkpoint.vue | 20 ++- src/views/home/components/pointList.vue | 89 ++++------- 5 files changed, 332 insertions(+), 62 deletions(-) create mode 100644 src/views/backOfficeSystem/peopleManag/EquipmentStatistics/components/TableList.vue create mode 100644 src/views/backOfficeSystem/peopleManag/EquipmentStatistics/index.vue diff --git a/src/router/index.js b/src/router/index.js index b5a4850..e1fd3e1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -304,6 +304,18 @@ export const publicRoutes = [ title: "感知源管理", icon: "article" } + }, + { + path: "/EquipmentStatistics", + name: "EquipmentStatistics", + component: () => + import( + "@/views/backOfficeSystem/peopleManag/EquipmentStatistics/index" + ), + meta: { + title: "装备统计", + icon: "article" + } } ] }, diff --git a/src/views/backOfficeSystem/peopleManag/EquipmentStatistics/components/TableList.vue b/src/views/backOfficeSystem/peopleManag/EquipmentStatistics/components/TableList.vue new file mode 100644 index 0000000..42ce979 --- /dev/null +++ b/src/views/backOfficeSystem/peopleManag/EquipmentStatistics/components/TableList.vue @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/backOfficeSystem/peopleManag/EquipmentStatistics/index.vue b/src/views/backOfficeSystem/peopleManag/EquipmentStatistics/index.vue new file mode 100644 index 0000000..e22d298 --- /dev/null +++ b/src/views/backOfficeSystem/peopleManag/EquipmentStatistics/index.vue @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + {{ row.clNum }} + + + {{ row.zdNum }} + + + {{ row.qxNum }} + + + + + + + + + + + diff --git a/src/views/home/components/Checkpoint.vue b/src/views/home/components/Checkpoint.vue index 30ec67a..d1681f1 100644 --- a/src/views/home/components/Checkpoint.vue +++ b/src/views/home/components/Checkpoint.vue @@ -1,19 +1,33 @@ - 检查站:2 - 卡口:8 + {{ item.zdmc }}:{{ item.num }}