From 87c909b6405f41098d2d1da160ac276db427af67 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Sun, 28 Apr 2024 15:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index a02a4c9..85e983b 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -35,10 +35,10 @@ // {id: '1', name: '人工排产', icon: 'RF01', path: '/pages/modules/man-paichan'}, // {id: '2', name: '涂线板', icon: 'RF02', path: '/pages/modules/wire-board'}, // {id: '3', name: '物料库存', icon: 'RF03', path: '/pages/modules/mater-inventory'} - {id: '1', name: '原材料入库', icon: 'RF03', path: '/pages/modules/rawmater-instore'}, + // {id: '1', name: '原材料入库', icon: 'RF03', path: '/pages/modules/rawmater-instore'}, {id: '2', name: '原材料出库', icon: 'RF07', path: '/pages/modules/rawmater-outstore'}, {id: '3', name: '搬运任务', icon: 'RF01', path: '/pages/modules/carry-task'}, - {id: '4', name: '组盘解绑', icon: 'RF04', path: '/pages/modules/zupan-unbind'}, + // {id: '4', name: '组盘解绑', icon: 'RF04', path: '/pages/modules/zupan-unbind'}, {id: '5', name: '指令管理', icon: 'RF02', path: '/pages/modules/zlmanage'}, {id: '6', name: '任务管理', icon: 'RF09', path: '/pages/modules/taskmanage'} ]