材料站图标更换
|
|
@ -28,6 +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>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -55,15 +56,15 @@ const todayDatas = reactive({
|
|||
oneMonthNum: '', // 一个月
|
||||
})
|
||||
const isUsingList = ref([
|
||||
{ path: 'toolsLease', src: 'lease', isShow: true },
|
||||
{ path: 'toolsOut', src: 'outStore', isShow: true },
|
||||
{ path: 'toolsBack', src: 'back', isShow: true },
|
||||
{ path: 'toolsLedger', src: 'ledger', isShow: true },
|
||||
{ path: 'teamLeaseRecord', src: 'teamLease', isShow: true },
|
||||
{ path: 'teamBackRecord', src: 'teamBack', isShow: true },
|
||||
{ path: 'teamStore', src: 'teamStore', isShow: true },
|
||||
{ path: 'teamWarning', src: 'teamWarning', isShow: true },
|
||||
{ path: 'authorizeSignature', src: 'authorizeSignature', isShow: true },
|
||||
{ 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 },
|
||||
])
|
||||
|
||||
let statusBarHeight = ref('50px')
|
||||
|
|
@ -286,6 +287,7 @@ onShow(async () => {
|
|||
.item {
|
||||
width: 25%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 1rem;
|
||||
|
|
@ -297,6 +299,11 @@ onShow(async () => {
|
|||
height: 120px;
|
||||
}
|
||||
}
|
||||
.item-name {
|
||||
margin-top: -50rpx;
|
||||
font-size: 23rpx;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.wait-do {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 24 KiB |