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 @@