样式优化
This commit is contained in:
parent
980062710f
commit
075f13442c
|
|
@ -28,7 +28,7 @@
|
|||
@click="jumpUrl(item.path)"
|
||||
>
|
||||
<image class="item-icon" :src="`../../../static/home/${item.src}.png`" mode="" />
|
||||
<div class="item-name">{{ item.name }}</div>
|
||||
<!-- <div class="item-name">{{ item.name }}</div> -->
|
||||
</div>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue