仪表盘
版本库
文件存储
活动
搜索
登录
袁宇波
/
product-inventory-management
分支自
product-inventory-management
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
金鹰黄金 1.新增劳保台账选择岗位刷新人员列表接口修改 2.设备保养、巡检任务要设备可以多选
gaoluyang
2026-03-20
5a1329f88bce2002034182282ca85908479e0419
[~yuanyubo/product-inventory-management.git]
/
src
/
components
/
SvgIcon
/
svgicon.js
1
2
3
4
5
6
7
8
9
10
import * as components from '@element-plus/icons-vue'
export default {
install: (app) => {
for (const key in components) {
const componentConfig = components[key]
app.component(componentConfig.name, componentConfig)
}
}
}