fix: mes压机检测新增物料等信息

private String MATERIAL_ID;
    private String MATERIAL_NAME;
    private String MATERIAL_SPEC;
    private String MATERIAL_MODEL;
    private String MACHINE_WET;
This commit is contained in:
2023-10-13 14:44:28 +08:00
parent 9fa97946ae
commit 043962f14b
6 changed files with 31 additions and 8 deletions

View File

@@ -249,7 +249,7 @@
<!--表格渲染-->
<el-table ref="table" v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
<el-table-column type="selection" width="55" />
<el-table-column prop="vehicle_code" label="载具编码" :min-width="flexWidth('vehicle_code',crud.data,'载具编码')" />
<el-table-column sortable prop="vehicle_code" label="载具编码" :min-width="flexWidth('vehicle_code',crud.data,'载具编码', 30)" />
<!-- <el-table-column prop="child_vehicle_code" label="子载具编码" :min-width="flexWidth('child_vehicle_code',crud.data,'子载具编码')"/>-->
<el-table-column prop="source_vehicle_code" label="来源载具" :min-width="flexWidth('source_vehicle_code',crud.data,'来源载具')" />
<el-table-column prop="region_name" label="所属区域" :min-width="flexWidth('region_name',crud.data,'所属区域')" />