From b6051ba48598b5a68de071fb07a4b4b5b0689d92 Mon Sep 17 00:00:00 2001 From: huangchenhao <123673748@qq.com> Date: Thu, 16 Oct 2025 15:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E9=9D=99=E6=80=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/mobile/src/router/index.js | 5 + .../mobile/src/views/EquipmentManagement.vue | 115 ++++++++++++++++++ packages/mobile/src/views/Home.vue | 56 +++++---- pnpm-lock.yaml | 27 ++-- 4 files changed, 164 insertions(+), 39 deletions(-) create mode 100644 packages/mobile/src/views/EquipmentManagement.vue diff --git a/packages/mobile/src/router/index.js b/packages/mobile/src/router/index.js index c02d9f5..57056bf 100644 --- a/packages/mobile/src/router/index.js +++ b/packages/mobile/src/router/index.js @@ -10,6 +10,11 @@ const routes = [ path: '/user', name: 'User', component: () => import('../views/User.vue') + }, + { + path: '/equipManage', + name: 'EquipManage', + component: () => import('../views/EquipmentManagement.vue') } ] diff --git a/packages/mobile/src/views/EquipmentManagement.vue b/packages/mobile/src/views/EquipmentManagement.vue new file mode 100644 index 0000000..02d0e45 --- /dev/null +++ b/packages/mobile/src/views/EquipmentManagement.vue @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + 完好 + + + + + 损坏 + + + + + 报废 + + + + + + + 添加设备 + + + + + + + + \ No newline at end of file diff --git a/packages/mobile/src/views/Home.vue b/packages/mobile/src/views/Home.vue index 76dd1c5..77351a3 100644 --- a/packages/mobile/src/views/Home.vue +++ b/packages/mobile/src/views/Home.vue @@ -1,47 +1,55 @@ - + + + + + - - - - - - - - - + + + + + - - - 进入个人中心 - - +