From 075f13442c81ec937882cda2a7508a9e36acc646 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 8 Jul 2025 19:37:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/pages/materialsStation/index/index.vue b/src/pages/materialsStation/index/index.vue index 1912898..848806a 100644 --- a/src/pages/materialsStation/index/index.vue +++ b/src/pages/materialsStation/index/index.vue @@ -28,7 +28,7 @@ @click="jumpUrl(item.path)" > -
{{ item.name }}
+ @@ -56,15 +56,15 @@ const todayDatas = reactive({ oneMonthNum: '', // 一个月 }) const isUsingList = ref([ - { path: 'toolsLease', name: '领料', src: 'lease', isShow: true }, - { 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: 'teamStore', name: '班组库存', src: 'teamStore', isShow: true }, - { path: 'teamWarning', name: '班组预警', src: 'teamWarning', isShow: true }, - { path: 'authorizeSignature', name: '项目部授权', src: 'authorizeSignature', isShow: true }, + { path: 'toolsLease', name: '领料', src: 'lease1', isShow: true }, + { path: 'toolsOut', name: '出库', src: 'outStore1', isShow: true }, + { path: 'toolsBack', name: '退料', src: 'back1', isShow: true }, + { path: 'toolsLedger', name: '台账', src: 'ledger1', isShow: true }, + { path: 'teamLeaseRecord', name: '领料记录', src: 'teamLease1', isShow: true }, + { path: 'teamBackRecord', name: '退料记录', src: 'teamBack1', isShow: true }, + { path: 'teamStore', name: '班组库存', src: 'teamStore1', isShow: true }, + { path: 'teamWarning', name: '班组预警', src: 'teamWarning1', isShow: true }, + { path: 'authorizeSignature', name: '项目部授权', src: 'authorizeSignature1', isShow: true }, ]) let statusBarHeight = ref('50px')