From f11f38fbd00c39c9a021807b6b585c6fb0c5aa96 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期一, 01 四月 2024 14:44:31 +0800 Subject: [PATCH] # --- pages/home/menuHome.vue | 25 +++++++++++++++++++++++-- 1 files changed, 23 insertions(+), 2 deletions(-) diff --git a/pages/home/menuHome.vue b/pages/home/menuHome.vue index de7e801..217820d 100644 --- a/pages/home/menuHome.vue +++ b/pages/home/menuHome.vue @@ -26,12 +26,33 @@ project: 'tzsk', elements2: [ { - title: '鍏ュ嚭搴撶鐞�', - name: 'inOutManage', + title: '绔欑偣鏌ヨ缁存姢', + name: 'stationManage', color: 'cyan', // cuIcon: 'pullup', + url: `/phyz/stationManage/stationManage` + }, + { + title: '鍏ュ嚭搴撶鐞�', + name: 'inOutManage', + color: 'purple', + // cuIcon: 'pullup', url: `/home/inOutManage` }, + { + title: '鍗曟嵁绠$悊', + name: 'ordeManage', + color: 'mauve', + // cuIcon: 'pullup', + url: `/home/orderManage` + }, + { + title: '宸ヤ綔妗g鐞�', + name: 'ordeManage', + color: 'brown', + // cuIcon: 'pullup', + url: `/home/wrkMastManage` + }, // { // title: '娴嬭瘯', // name: 'testView', -- Gitblit v1.9.1