From 51c7896fd8e45085dd5cdfff11e79a00ee0a7379 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期五, 05 九月 2025 15:16:54 +0800
Subject: [PATCH] 上料/下料、报工/打印机配置/产线选择 、排产工单

---
 pages/user/people.vue |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/pages/user/people.vue b/pages/user/people.vue
index 17c1530..22fbd9c 100644
--- a/pages/user/people.vue
+++ b/pages/user/people.vue
@@ -48,6 +48,18 @@
 					<text class="text-grey">瀹氫綅</text>
 				</view>
 			</navigator> -->
+			<navigator class="cu-item arrow animation-slide-bottom" :style="[{animationDelay: '0.4s'}]" url="/pages/user/location" hover-class="none">
+				<view class="content" >
+				    <text class="cuIcon-news text-cyan"></text>
+					<text class="text-grey">鎵撳嵃鏈�</text>
+				</view>
+			</navigator>
+			<navigator class="cu-item arrow animation-slide-bottom" :style="[{animationDelay: '0.4s'}]" url="/pages/lineSelect/lineSelect" hover-class="none">
+				<view class="content" >
+				    <text class="cuIcon-location text-cyan"></text>
+					<text class="text-grey">浜х嚎</text>
+				</view>
+			</navigator>
 			<navigator class="cu-item arrow animation-slide-bottom" url="/pages/user/userdetail" :style="[{animationDelay: '0.6s'}]">
 			     <view class="content">
 				    <text class="cuIcon-settingsfill text-cyan"></text>

--
Gitblit v1.9.3