From 980062710fea67a23a9a34676d0ecf669f51f482 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 8 Jul 2025 17:45:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/materialsStation/index/index.vue | 4 ++-- src/pages/materialsStation/toolsLedger/toolsLedger.vue | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/materialsStation/index/index.vue b/src/pages/materialsStation/index/index.vue index d0cbf98..1912898 100644 --- a/src/pages/materialsStation/index/index.vue +++ b/src/pages/materialsStation/index/index.vue @@ -60,8 +60,8 @@ const isUsingList = ref([ { path: 'toolsOut', name: '出库', src: 'outStore', isShow: true }, { path: 'toolsBack', name: '退料', src: 'back', isShow: true }, { path: 'toolsLedger', name: '台账', src: 'ledger', isShow: true }, - { path: 'teamLeaseRecord', name: '班组领料', src: 'teamLease', isShow: true }, - { path: 'teamBackRecord', name: '班组退料', src: 'teamBack', isShow: true }, + { path: 'teamLeaseRecord', name: '领料记录', src: 'teamLease', isShow: true }, + { path: 'teamBackRecord', name: '退料记录', src: 'teamBack', isShow: true }, { path: 'teamStore', name: '班组库存', src: 'teamStore', isShow: true }, { path: 'teamWarning', name: '班组预警', src: 'teamWarning', isShow: true }, { path: 'authorizeSignature', name: '项目部授权', src: 'authorizeSignature', isShow: true }, diff --git a/src/pages/materialsStation/toolsLedger/toolsLedger.vue b/src/pages/materialsStation/toolsLedger/toolsLedger.vue index 1de8c1b..3dea6d2 100644 --- a/src/pages/materialsStation/toolsLedger/toolsLedger.vue +++ b/src/pages/materialsStation/toolsLedger/toolsLedger.vue @@ -1,5 +1,5 @@