+
+
+
- {{standard.standardName}}
+ {{ standard.standardName }}
-
-
+
+
达标
未达标
-
+
-
-
+
+
+
+
+
- {{standard.standardName}}
+ {{ standard.standardName }}
-
- {{standard.detailUpLimit}}
+
+ {{ standard.detailUpLimit }}
-
- {{standard.detailDownLimit}}
+
+ {{ standard.detailDownLimit }}
-
- {{standard.detailUnit}}
+
+ {{ standard.detailUnit }}
-
-
-
+
+
+
@@ -470,7 +474,7 @@ import {
export default {
name: "DeviceOrder",
- dicts: ['device_order_status','device_loop_type'],
+ dicts: ['device_order_status', 'device_loop_type'],
data() {
return {
// 遮罩层
@@ -524,7 +528,9 @@ export default {
updateTime: null
},
// 表单参数
- form: {},
+ form: {
+ equ: {equipmentName: null},
+ },
// 表单校验
rules: {}
};
@@ -577,7 +583,8 @@ export default {
createBy: null,
createTime: null,
updateBy: null,
- updateTime: null
+ updateTime: null,
+ equ: {equipmentName: null},
};
this.resetForm("form");
},