仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management
产品进销存-前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
天津宝东 1.发货台账改为分批发货 2.发货的时候加一个金额字段,需要在财库管理显示出来,因为会有发票
gaoluyang
2026-04-24
1981285c9972da2ffe6e2e3e23040bfc95df0e58
[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)
}
}
}