仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management
产品进销存-前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
进销存升级 1.采购台账中有多个产品时(处于待审核状态),删除其中一个产品后保存,提示有多个,后面重新查看此台账,产品成功删除。
gaoluyang
昨天
b77bf8711345cf4b25c656d34fe5999f7bb3c96f
[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)
}
}
}