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: '天平查看'
}
])