材料站图标更换

This commit is contained in:
bb_pan 2025-07-08 14:01:40 +08:00
parent b972465907
commit 71113297d3
19 changed files with 16 additions and 9 deletions

View File

@ -28,6 +28,7 @@
@click="jumpUrl(item.path)" @click="jumpUrl(item.path)"
> >
<image class="item-icon" :src="`../../../static/home/${item.src}.png`" mode="" /> <image class="item-icon" :src="`../../../static/home/${item.src}.png`" mode="" />
<div class="item-name">{{ item.name }}</div>
</div> </div>
</view> </view>
</view> </view>
@ -55,15 +56,15 @@ const todayDatas = reactive({
oneMonthNum: '', // oneMonthNum: '', //
}) })
const isUsingList = ref([ const isUsingList = ref([
{ path: 'toolsLease', src: 'lease', isShow: true }, { path: 'toolsLease', name: '领料', src: 'lease', isShow: true },
{ path: 'toolsOut', src: 'outStore', isShow: true }, { path: 'toolsOut', name: '出库', src: 'outStore', isShow: true },
{ path: 'toolsBack', src: 'back', isShow: true }, { path: 'toolsBack', name: '退料', src: 'back', isShow: true },
{ path: 'toolsLedger', src: 'ledger', isShow: true }, { path: 'toolsLedger', name: '台账', src: 'ledger', isShow: true },
{ path: 'teamLeaseRecord', src: 'teamLease', isShow: true }, { path: 'teamLeaseRecord', name: '班组领料', src: 'teamLease', isShow: true },
{ path: 'teamBackRecord', src: 'teamBack', isShow: true }, { path: 'teamBackRecord', name: '班组退料', src: 'teamBack', isShow: true },
{ path: 'teamStore', src: 'teamStore', isShow: true }, { path: 'teamStore', name: '班组库存', src: 'teamStore', isShow: true },
{ path: 'teamWarning', src: 'teamWarning', isShow: true }, { path: 'teamWarning', name: '班组预警', src: 'teamWarning', isShow: true },
{ path: 'authorizeSignature', src: 'authorizeSignature', isShow: true }, { path: 'authorizeSignature', name: '项目部授权', src: 'authorizeSignature', isShow: true },
]) ])
let statusBarHeight = ref('50px') let statusBarHeight = ref('50px')
@ -286,6 +287,7 @@ onShow(async () => {
.item { .item {
width: 25%; width: 25%;
display: flex; display: flex;
flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-bottom: 1rem; margin-bottom: 1rem;
@ -297,6 +299,11 @@ onShow(async () => {
height: 120px; height: 120px;
} }
} }
.item-name {
margin-top: -50rpx;
font-size: 23rpx;
z-index: 1;
}
} }
} }
.wait-do { .wait-do {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 19 KiB

BIN
src/static/home/back1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
src/static/home/lease1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
src/static/home/ledger1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB