|
|
@@ -72,7 +72,9 @@
|
|
|
<el-descriptions-item label="型号">{{
|
|
|
workReportDeviceList.model
|
|
|
}}</el-descriptions-item>
|
|
|
-
|
|
|
+ <el-descriptions-item label="烧结曲线">
|
|
|
+ <el-input clearable v-model="workReportDeviceList.extraField.sinteringCurve" placeholder="请输入"/>
|
|
|
+ </el-descriptions-item>
|
|
|
<el-descriptions-item label="设备位置">{{
|
|
|
workReportDeviceList.path
|
|
|
}}</el-descriptions-item>
|
|
|
@@ -143,7 +145,10 @@
|
|
|
path: '',
|
|
|
model: '',
|
|
|
rootCategoryLevelId: '',
|
|
|
- specification: ''
|
|
|
+ specification: '',
|
|
|
+ extraField: {
|
|
|
+ sinteringCurve: ''
|
|
|
+ }
|
|
|
},
|
|
|
countMsg: {}
|
|
|
};
|