优化
This commit is contained in:
@@ -48,9 +48,9 @@
|
||||
<el-table-column prop="sum_qty" label="计划重量(吨)" :formatter="crud.formatNum3" min-width="80" />
|
||||
<el-table-column prop="product_num" label="计划批次" min-width="80" />
|
||||
<el-table-column prop="device_name" label="关键设备" width="100" />
|
||||
<el-table-column prop="workorder_date" min-width="85" label="粉料配粉时间" />
|
||||
<el-table-column prop="pw_time" label="粉料喷雾时间" width="140" />
|
||||
<el-table-column prop="in_time" label="最后入库时间" width="140" />
|
||||
<el-table-column prop="workorder_date" min-width="130" label="粉料配粉时间" />
|
||||
<el-table-column prop="pw_time" label="粉料喷雾时间" width="130" />
|
||||
<el-table-column prop="in_time" label="最后入库时间" width="130" />
|
||||
<el-table-column prop="in_qty" label="入库重量(吨)" :formatter="crud.formatNum3" min-width="80" />
|
||||
<el-table-column prop="in_num" label="入库批数" width="80" />
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user