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 @@ + + + + + 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 @@