From b25783d284f8231b30c8e1c86a804d7bb65fb3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Wed, 25 Dec 2024 16:28:51 +0800 Subject: [PATCH] home --- pages/home/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 291832e..88e1ff3 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -58,7 +58,7 @@ // {title: '转运管理', path: 'RF09', sonTree: [{title: '托盘转运', path: '/pages/transfer/tray-transfer'}]} // ], menuList: [ - {title: this.$t('nav.rk'), path: 'RF01', sonTree: [{title: this.$t('nav.wlzprk'), path: '/pages/entry/mater-group-to-store'}, {title: this.$t('nav.hgzrk'), path: '/pages/entry/qualified-to-store'}, {title: this.$t('nav.ktprk'), path: '/pages/entry/empty-tray-to-store'}]}, + {title: this.$t('nav.rk'), path: 'RF01', sonTree: [{title: this.$t('nav.wlzprk'), path: '/pages/entry/mater-group-to-store'}]}, {title: this.$t('nav.ck'), path: 'RF02', sonTree: [{title: this.$t('nav.kcck'), path: '/pages/outbound/stock-out-store'}]} ], show: false,