From c189c03bfbb1e844af3bd3a419b4c2634255012b Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 21 Mar 2025 18:17:00 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/work/index.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/work/index.vue b/src/pages/work/index.vue index 01c70fc..f4dc999 100644 --- a/src/pages/work/index.vue +++ b/src/pages/work/index.vue @@ -179,16 +179,16 @@ const pickingList = ref([ url: '/pages/picking/outbound/index', iconSrc: '../../static/workbench/backCreate.png', }, - { - title: '退料创建', - url: '', - iconSrc: '../../static/workbench/backCreate.png', - }, - // { - // title: '退料接收', - // url: '/pages/back/index', + // { + // title: '退料创建', + // url: '', // iconSrc: '../../static/workbench/backCreate.png', - // }, + // }, + { + title: '退料接收', + url: '/pages/back/index', + iconSrc: '../../static/workbench/backCreate.png', + }, { title: '修试入库', url: '/pages/repair/testedInBound/index',