材料站添加至底部菜单
This commit is contained in:
parent
044bae7c62
commit
73dd83fc40
|
|
@ -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": "工作台",
|
||||||
|
|
|
||||||
|
|
@ -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(() => {
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in New Issue