feat:图标名称修改
This commit is contained in:
@@ -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: '样品下架'
|
||||
}
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user