feat(Dict.vue): 字典页面改造完成

This commit is contained in:
有来技术
2021-12-11 19:23:51 +08:00
parent f113f8518a
commit f94e14e61c
10 changed files with 360 additions and 66 deletions

View File

@@ -22,6 +22,7 @@ import {getDictItemsByCode} from '@/api/system/dict'
const app = createApp(App)
// 统一注册el-icon图标
// @link https://blog.csdn.net/Alloom/article/details/119415984
for (let iconName in ElIconModules) {
app.component(iconName, (ElIconModules as any)[iconName])
}