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

@@ -33,17 +33,17 @@ const popupShow = ref(false)
const menuItemList = ref([
{
url: '/pages/analysis/sample/sample-work-list',
otherConf: { icon: '/static/images/menus/样品分析.png' },
otherConf: { icon: '/static/images/menus/ypfx.png' },
name: '样品分析'
},
{
url: '/pages/analysis/sample/sample-report-search',
otherConf: { icon: '/static/images/menus/记录.png' },
otherConf: { icon: '/static/images/menus/records.png' },
name: '分析记录'
},
{
url: '/pages/analysis/auncel/auncel-status',
otherConf: { icon: '/static/images/menus/天平查看.png' },
otherConf: { icon: '/static/images/menus/tpck.png' },
name: '天平查看'
}
])

View File

@@ -14,8 +14,8 @@ import nx from '@/nx'
import { useGridCol } from '@/nx/hooks/useGridCol'
let list = reactive([
// { url: '/pages/lims/index/index', name: '设备管理', icon: '设备管理' },
{ url: '/pages/analysis/index/index', name: '分析管理', icon: '分析管理' },
{ url: '/pages/sampleWarehouse/index/index', name: '样品库管理', icon: '样品库管理' }
{ url: '/pages/analysis/index/index', name: '分析管理', icon: 'fxgl' },
{ url: '/pages/sampleWarehouse/index/index', name: '样品库管理', icon: 'ypkgl' }
])
// const sysMenus = computed(() => nx.$store('user').sysMenus)

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: '样品下架'
}
])