仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management
产品进销存-前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
销售管理>销售台站=》设置新增数据默认日期,添加子产品添加搜索逻辑更改为tree树形式,根据登录的账号匹配用户昵称默认选择当前用户昵称
张诺
2025-05-26
cf1ee9d413456f37d1abc5d8ed23a9875aa15bb1
[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)
}
}
}