feat:图标名称修改

This commit is contained in:
houjunxiang
2025-11-24 10:46:21 +08:00
parent 8a3e48d856
commit c3630e74ec
17 changed files with 153 additions and 13 deletions

View File

@@ -34,37 +34,37 @@ const popupShow = ref(false)
const menuItemList = ref([
{
url: '/pages/sampleWarehouse/sampleSearch/index',
otherConf: { icon: '/static/images/menus/记录.png' },
otherConf: { icon: '/static/images/menus/records.png' },
name: '样品查询'
},
{
url: '/pages/sampleWarehouse/returnToStock/index',
otherConf: { icon: '/static/images/menus/样品归库.png' },
otherConf: { icon: '/static/images/menus/ypgk.png' },
name: '样品归库'
},
{
url: '/pages/sampleWarehouse/execChangeLocation/index',
otherConf: { icon: '/static/images/menus/库位变更.png' },
otherConf: { icon: '/static/images/menus/kwbg.png' },
name: '库位变更'
},
{
url: '/pages/sampleWarehouse/sampleDispatchInternal/index',
otherConf: { icon: '/static/images/menus/内部调拨.png' },
otherConf: { icon: '/static/images/menus/nbdb.png' },
name: '内部调拨'
},
{
url: '/pages/sampleWarehouse/sampleDispatchExternal/index',
otherConf: { icon: '/static/images/menus/外部调拨.png' },
otherConf: { icon: '/static/images/menus/wbdb.png' },
name: '外部调拨'
},
{
url: '/pages/sampleWarehouse/dispatchGiveBack/index',
otherConf: { icon: '/static/images/menus/调拨归还.png' },
otherConf: { icon: '/static/images/menus/dbgh.png' },
name: '调拨归还'
},
{
url: '/pages/sampleWarehouse/sampleTakeOff/index',
otherConf: { icon: '/static/images/menus/样品下架.png' },
otherConf: { icon: '/static/images/menus/ypxj.png' },
name: '样品下架'
}
])