This commit is contained in:
2023-03-06 12:38:39 +08:00
parent 6d57e7cb66
commit d74b3c1ff4
8 changed files with 73 additions and 20 deletions

View File

@@ -313,6 +313,7 @@
</template>
</el-table-column>-->
<el-table-column prop="vehicle_code" label="载具编码" :min-width="flexWidth('vehicle_code',crud.data,'载具编码')" />
<el-table-column prop="material_code" label="物料批次" :min-width="flexWidth('material_code',crud.data,'物料批次')" />
<el-table-column prop="vehicle_qty" label="载具数量" />
<el-table-column prop="product_area" label="生产区域" />
<el-table-column prop="remark" label="备注" min-width="100" show-overflow-tooltip />