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')