材料站添加至底部菜单

This commit is contained in:
bb_pan 2025-07-05 14:52:37 +08:00
parent 044bae7c62
commit 73dd83fc40
4 changed files with 15 additions and 9 deletions

View File

@ -829,6 +829,12 @@
"iconPath": "static/yeWuBanLi.png", "iconPath": "static/yeWuBanLi.png",
"selectedIconPath": "static/yeWuBanLiSelected.png" "selectedIconPath": "static/yeWuBanLiSelected.png"
}, },
{
"pagePath": "pages/materialsStation/index/index",
"text": "材料站",
"iconPath": "static/clz.png",
"selectedIconPath": "static/clz-select.png"
},
{ {
"pagePath": "pages/work/index", "pagePath": "pages/work/index",
"text": "工作台", "text": "工作台",

View File

@ -108,7 +108,7 @@
</view> </view>
</view> </view>
<view class="new-purchase" > <!-- <view class="new-purchase" >
<div class="title-text"> <div class="title-text">
<div></div> <div></div>
<div class="purchase-title">材料站管理</div> <div class="purchase-title">材料站管理</div>
@ -124,7 +124,7 @@
{{ item.title }} {{ item.title }}
</text> </text>
</view> </view>
</view> </view> -->
</view> </view>
</template> </template>
@ -326,13 +326,13 @@ const boxList = ref([
]) ])
// //
const materialsStationList = ref([ // const materialsStationList = ref([
{ // {
title: '材料站管理', // title: '',
url: '/pages/materialsStation/index/index', // url: '/pages/materialsStation/index/index',
iconSrc: '../../static/workbench/repair.png', // iconSrc: '../../static/workbench/repair.png',
}, // },
]) // ])
// 使 newInfoList // 使 newInfoList
const boxListTwo = computed(() => { const boxListTwo = computed(() => {

BIN
src/static/clz-select.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
src/static/clz.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB