From fe8804a0c9f4fda3910c95fc1c7e114b2b6fe08e Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 06 五月 2023 13:53:44 +0800
Subject: [PATCH] #

---
 pages/home/home.vue |   86 ++++++++++++++++++++++++++-----------------
 1 files changed, 52 insertions(+), 34 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index 359a74d..7d852b2 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -18,67 +18,85 @@
 	export default {
 		data() {
 			return {
-				elements: [{
+				elements: [
+					{
 						title: '缁勬墭鍏ュ簱',
 						name: 'pakin',
-						color: 'purple',
-						cuIcon: 'vipcard',
+						color: 'cyan',
+						cuIcon: 'pullup',
 						url: '/pakin/pakin'
 					},
 					{
-						title: '瀵艰埅鏍� ',
-						name: 'nav',
+						title: '璁㈠崟鍏ュ簱',
+						name: 'orderPakin',
+						color: 'blue',
+						cuIcon: 'pullup',
+						url: '/order/orderPakin'
+					},
+					{
+						title: '鎵撳嵃',
+						name: 'print',
+						color: 'purple',
+						cuIcon: 'text',
+						url: '/print/print'
+					},
+					{
+						title: '璁㈠崟涓婃灦',
+						name: 'orderPutOn',
 						color: 'mauve',
-						cuIcon: 'formfill'
+						cuIcon: 'pullup',
+						url: '/order/orderPutOn'
 					},
 					{
-						title: '鍒楄〃',
-						name: 'list',
+						title: '璁㈠崟涓嬫灦',
+						name: 'orderPutDown',
 						color: 'pink',
-						cuIcon: 'list'
+						cuIcon: 'pulldown',
+						url: '/order/orderPutDown'
 					},
 					{
-						title: '鍗$墖',
-						name: 'card',
+						title: '搴撳瓨鏌ヨ',
+						name: 'stockQuery',
 						color: 'brown',
-						cuIcon: 'newsfill'
+						cuIcon: 'check',
+						url: '/stock/stockQuery'
 					},
 					{
-						title: '琛ㄥ崟',
-						name: 'form',
+						title: '鐩樼偣',
+						name: 'stockCheck',
 						color: 'red',
-						cuIcon: 'formfill'
+						cuIcon: 'post',
+						url: '/stock/stockCheck'
 					},
 					{
-						title: '鏃堕棿杞�',
-						name: 'timeline',
+						title: '鍟嗗搧鍒楄〃',
+						name: 'matList',
 						color: 'orange',
-						cuIcon: 'timefill'
+						cuIcon: 'post',
+						url: '/mat/matList'
 					},
 					{
-						title: '鑱婂ぉ',
-						name: 'chat',
-						color: 'green',
-						cuIcon: 'messagefill'
+						title: '琛ヨ揣',
+						name: 'restock',
+						color: 'yellow',
+						cuIcon: 'punch',
+						url: '/stock/restock'
 					},
 					{
-						title: '杞挱',
-						name: 'swiper',
+						title: '杞叏鏉�',
+						name: 'piking',
 						color: 'olive',
-						cuIcon: 'album'
+						cuIcon: 'order',
+						url: '/pakin/piking'
 					},
 					{
-						title: '妯℃�佹',
-						name: 'modal',
+						title: '閫�鍑虹櫥褰�',
+						name: 'logOut',
 						color: 'grey',
-						cuIcon: 'squarecheckfill'
+						cuIcon: 'exit',
+						url: '/login/logOut'
 					},
-					{
-						title: '姝ラ鏉�',
-						name: 'steps',
-						color: 'cyan',
-						cuIcon: 'roundcheckfill'
-					}
+					
 				],
 			};
 		}

--
Gitblit v1.9.1