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

@@ -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)