From 83a303c2ad11a1b7ea1982cc873794f0d1088041 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 05 七月 2024 18:59:57 +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