From a3ffaec9c9a81626c34989c7026988cc07b3c3d3 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期二, 16 九月 2025 13:54:24 +0800 Subject: [PATCH] # --- pages/home/home.vue | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index f99f4c7..f55cad5 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -60,6 +60,7 @@ // cuIcon: 'pullup', // url: '/pingku/POrderListOut' // }, + { title: '鍛煎彨Agv', name: 'AGVStart', @@ -73,12 +74,27 @@ color: 'orange', cuIcon: 'order', url: '/AGV/AGVUnbind' - },{ - title: '鐩樼偣', - name: 'stockCheck', + }, + { + title: '绔欑粦瀹�', + name: 'AGVStaBind', color: 'red', cuIcon: 'post', - url: '/stock/stockCheck' + url: '/AGV/AGVStaBind' + }, + { + title: '浜х嚎鍙枡', + name: 'AGVSiteList', + color: 'red', + cuIcon: 'post', + url: '/AGV/AGVSiteList' + }, + { + title: '鎴愬搧鍛煎彨', + name: 'AGVFinishedCall', + color: 'orange', + cuIcon: 'pullup', + url: '/AGV/AGVFinishedCall' }, // { // title: '缁勬墭涓婃灦', -- Gitblit v1.9.1