From ad1e4e950a4e961a41344e5847d47f91dabd0c29 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 08 十二月 2025 15:58:22 +0800
Subject: [PATCH] Merge branch 'jsxswms-app' of http://47.97.1.152:5880/r/wms_app into jsxswms-app
---
pages/home/home.vue | 29 ++++++++++++++++++-----------
1 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 58337bc..480914a 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -81,13 +81,20 @@
cuIcon: 'pulldown',
url: '/AGV/AGVOutCall'
},
- // {
- // title: '鍛煎彨Agv',
- // name: 'AGVStart',
- // color: 'green',
- // cuIcon: 'order',
- // url: '/AGV/AGVStart'
- // },
+ {
+ title: '缂撳啿鍖哄嚭搴�',
+ name: 'PakinIn',
+ color: 'red',
+ cuIcon: 'pulldown',
+ url: '/pakin/PakinBind'
+ },
+ {
+ title: '鐩樼偣',
+ name: 'Check',
+ color: 'green',
+ cuIcon: 'order',
+ url: '/check/check'
+ },
// {
// title: 'Agv鍌ㄤ綅瑙g粦',
// name: 'AGVUnbind',
@@ -183,9 +190,9 @@
// },
{
title: '閫�鍑虹櫥褰�',
- name: 'logOut',
+ name: '',
color: 'grey',
- cuIcon: 'exit',
+ cuIcon: '',
url: '/login/logOut'
},
@@ -229,9 +236,9 @@
}
that.elements.push({
title: '閫�鍑虹櫥褰�',
- name: 'logOut',
+ name: '',
color: 'grey',
- cuIcon: 'exit',
+ cuIcon: '',
url: '/login/logOut'
})
} else if (res.code === 403) {
--
Gitblit v1.9.1