From 23c4c9e95706b0c1818797f95b72b97acc6cf1d3 Mon Sep 17 00:00:00 2001
From: zyh <zyh@123>
Date: 星期四, 18 十二月 2025 16:11:24 +0800
Subject: [PATCH] #添加了一个页面,在home中添加了进入这个页面的按钮,pages.json中的pages数组中注册了该页面

---
 pages/home/home.vue |   44 ++++++++++++++++++++++++++++++++++++--------
 1 files changed, 36 insertions(+), 8 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index e2280de..83100e6 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -32,6 +32,13 @@
 						url: '/common/modeSwitch'
 					},
 					{
+						title: '鍏ュ簱',
+						name: 'sockroom',
+						color: 'cyan',
+						cuIcon: 'pullup',
+						url: '/sockroom/sockroom'
+					},
+					{
 						title: '鍑哄簱纭',
 						name: 'checkOut',
 						color: 'cyan',
@@ -46,19 +53,40 @@
 						url: '/out/stockOut'
 					},
 					{
-						title: '鎵嬪姩鍏ュ簱',
-						name: 'handIn',
-						color: 'olive',
+						title: '閫�搴撳崟閫�搴�',
+						name: 'orderOut',
+						color: 'blue',
 						cuIcon: 'pullup',
-						url: '/out/handIn'
+						url: '/order/orderPakin2'
 					},
 					// {
-					// 	title: '缁勬墭鍏ュ簱',
-					// 	name: 'pakin',
-					// 	color: 'cyan',
+					// 	title: '鎵嬪姩鍏ュ簱',
+					// 	name: 'handIn',
+					// 	color: 'olive',
 					// 	cuIcon: 'pullup',
-					// 	url: '/pakin/pakin'
+					// 	url: '/out/handIn'
 					// },
+					{
+						title: '鏍稿鍗曟嵁',
+						name: 'orderGift',
+						color: 'orange',
+						cuIcon: 'pullup',
+						url: '/out/orderGift'
+					},
+					{
+						title: '鏍稿',
+						name: 'orderGift2',
+						color: 'orange',
+						cuIcon: 'pullup',
+						url: '/out/orderGift2'
+					},
+					{
+					title: '缁勬墭鍏ュ簱',
+					 	name: 'pakin',
+					 	color: 'cyan',
+					 	cuIcon: 'pullup',
+					 	url: '/pakin/pakin'
+					 },
 					// {
 					// 	title: '鍐嶆鎷f枡',
 					// 	name: 'changePallet',

--
Gitblit v1.9.1