@@ -6,3 +6,5 @@ VITE_APP_UPLOAD_URL = ''
# 代理前缀
VITE_APP_BASE_API = '/mes-server'
+# 上传文件接口地址.
+VITE_APP_UPLOAD_URL = 'http://192.168.102.96:9000'
@@ -1123,12 +1123,12 @@ option.value = Object.assign(option.value, {
display: false,
prop: "scrapNum",
},
- {
- label: "首检数量",
- width: 85,
- prop: "firstCheckNum",
- value: 0,
- },
+ // {
+ // label: "首检数量",
+ // width: 85,
+ // prop: "firstCheckNum",
+ // value: 0,
+ // },
{
label: "已检数量",
width: 85,