仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management
产品进销存-前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
fix: 参考中天的[检测标准]页面,设置总分两张表,总表代表着一个检测标准汇总(也要根据质检类型去选择),分表代表这个检测标准汇总下具体的检测参数信息。
spring
13 小时以前
2de51b11d22291c0b204378154fc407c1ea8b691
[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)
}
}
}