From 51ff61a68be3db46dbaef2677986b396736b1198 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期四, 05 十二月 2024 08:19:48 +0800 Subject: [PATCH] # --- pages/home/home.vue | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index ba8be1b..39ae362 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -25,6 +25,13 @@ elements: [], elements2: [ { + title: '妯″紡鍒囨崲', + name: 'modeSwitch', + color: 'cyan', + cuIcon: 'pullup', + url: '/common/modeSwitch' + }, + { title: '鍑哄簱纭', name: 'checkOut', color: 'cyan', @@ -39,12 +46,26 @@ url: '/out/stockOut' }, { + title: '閫�搴撳崟閫�搴�', + name: 'orderOut', + color: 'blue', + cuIcon: 'pullup', + url: '/order/orderPakin2' + }, + { title: '鎵嬪姩鍏ュ簱', name: 'handIn', color: 'olive', cuIcon: 'pullup', url: '/out/handIn' }, + { + title: '鏍稿鍗曟嵁', + name: 'orderGift', + color: 'orange', + cuIcon: 'pullup', + url: '/out/orderGift' + }, // { // title: '缁勬墭鍏ュ簱', // name: 'pakin', -- Gitblit v1.9.1