From e4f7e87cd3d8a1e33d433636a189a905fa776f35 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 14 五月 2025 16:32:15 +0800
Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/pda-master into devlop

---
 pages/home/index.vue |   32 ++++++++++++++++++++++++++++----
 1 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/pages/home/index.vue b/pages/home/index.vue
index 70d6370..e2c9dd2 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -46,7 +46,7 @@
 				<navigator hover-class='none' url="/pages/listing/matnrPalletising" navigateTo>
 					<view class="cuIcon-cardboard text-blue">
 					</view>
-					<text>鍗曟嵁缁勭洏</text>
+					<text>鍗曟嵁缁勬墭</text>
 				</navigator>
 			</view>
 
@@ -91,20 +91,44 @@
 				</navigator>
 			</view>
 			
+			
+		</view>
+		<view class="cu-bar bg-white solid-bottom margin-top">
+			<view class="action">
+				<text class="cuIcon-title text-orange "></text> AGV
+			</view>
+		</view>
+		
+		<view class="cu-list grid col-4 no-border">
 			<view class="cu-item">
 				<navigator hover-class='none' url="/pages/AGV/AGVStaBind" navigateTo>
 					<view class="cuIcon-punch text-blue">
 					</view>
-					<text>AGV绔欑偣缁戝畾</text>
+					<text>绔欑偣缁戝畾</text>
 				</navigator>
 			</view>
 			<view class="cu-item">
-				<navigator hover-class='none' url="/pages/AGV/AGVStaBind" navigateTo>
+				<navigator hover-class='none' url="/pages/AGV/StartInTask" navigateTo>
 					<view class="cuIcon-punch text-blue">
 					</view>
-					<text>AGV鍚姩鍏ュ簱</text>
+					<text>缁戝畾鍏ュ簱</text>
 				</navigator>
 			</view>
+			<view class="cu-item">
+				<navigator hover-class='none' url="/pages/AGV/StaUnBind" navigateTo>
+					<view class="cuIcon-punch text-blue">
+					</view>
+					<text>绔欑偣瑙g粦</text>
+				</navigator>
+			</view>
+			<view class="cu-item">
+				<navigator hover-class='none' url="/pages/AGV/BindAndInTask" navigateTo>
+					<view class="cuIcon-punch text-blue">
+					</view>
+					<text>缁戝畾&鍏ュ簱</text>
+				</navigator>
+			</view>
+		
 		</view>
 
 		<view class="cu-bar bg-white solid-bottom margin-top">

--
Gitblit v1.9.1