From c10225b985e0cd6aa05efb86cc7b65d8265669ed Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 30 五月 2024 17:10:02 +0800
Subject: [PATCH] #

---
 pages/home/home.vue |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index 8ef4dd5..58d6e5b 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -50,7 +50,7 @@
 						name: 'orderPutOn',
 						color: 'yellow',
 						cuIcon: 'pullup',
-						url: '/order/orderPutOn'
+						url: '/order/orderList'
 					},
 					{
 						title: '璁㈠崟缁勬墭',
@@ -58,6 +58,13 @@
 						color: 'olive',
 						cuIcon: 'pulldown',
 						url: '/order/orderComb'
+					},
+					{
+						title: '骞舵澘鍏ュ簱',
+						name: 'orderPickConfirm',
+						color: 'green',
+						cuIcon: 'pulldown',
+						url: '/order/orderPickConfirm'
 					},
 					// {
 					// 	title: '搴撳瓨鏌ヨ',
@@ -149,9 +156,9 @@
 							}
 							that.elements.push({
 								title: '閫�鍑虹櫥褰�',
-								name: 'logOut',
+								name: '',
 								color: 'grey',
-								cuIcon: 'exit',
+								cuIcon: '',
 								url: '/login/logOut'
 							})
 						} else if (res.code === 403) {

--
Gitblit v1.9.1