仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management
产品进销存-前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
特色功能:丰富报销清单并添加审批流程详情——新增功能以丰富报销清单行内容,为费用和差旅报销提供审批流程详情。——引入新的实用函数来处理审批流程节点和汇...
yyb
21 小时以前
1160de5142cd2bc08ebc61c247a4857f0c4ab7f1
[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)
}
}
}