From 5cda934ae56a0c26635e5d2ac560597c621d5ba0 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 15 五月 2025 13:29:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/devlop' into devlop --- pages/home/index.vue | 40 ++++++++++++++++++++++++++++++++-------- 1 files changed, 32 insertions(+), 8 deletions(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index 88e8cb9..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> @@ -90,21 +90,45 @@ <text>浜哄伐涓婃灦</text> </navigator> </view> - - <!-- <view class="cu-item"> - <navigator hover-class='none' url="/pages/listing/upper" navigateTo> + + + </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>涓婃灦</text> + <text>绔欑偣缁戝畾</text> </navigator> </view> <view class="cu-item"> - <navigator hover-class='none' url="/pages/phyz/inStock/inStock" navigateTo> + <navigator hover-class='none' url="/pages/AGV/StartInTask" navigateTo> <view class="cuIcon-punch text-blue"> </view> - <text>鍏ュ簱涓婃灦</text> + <text>缁戝畾鍏ュ簱</text> </navigator> - </view> --> + </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