更新汝阳bug
This commit is contained in:
@@ -72,16 +72,27 @@ export default {
|
||||
].filter((v) => v),
|
||||
tableProps: [
|
||||
{
|
||||
width: 128,
|
||||
prop: 'lineName',
|
||||
label: '产线名',
|
||||
},
|
||||
{
|
||||
prop: 'workshopName',
|
||||
label: '工段名',
|
||||
showOverflowtooltip :true,
|
||||
},
|
||||
{
|
||||
width: 200,
|
||||
prop: 'equipmentName',
|
||||
label: '设备名称',
|
||||
},
|
||||
{
|
||||
width: 150,
|
||||
showOverflowtooltip :true,
|
||||
prop: 'equipmentCode',
|
||||
label: '设备编码',
|
||||
},
|
||||
{ width: 128, prop: 'inQuantity', label: '投入数' },
|
||||
{ width: 128, prop: 'outQuantity', label: '产出数' },
|
||||
{ width: 128, prop: 'inQuantity', label: '投入数[片]' },
|
||||
{ width: 128, prop: 'outQuantity', label: '产出数[片]' },
|
||||
{
|
||||
width: 128,
|
||||
prop: 'run',
|
||||
|
||||
Reference in New Issue
Block a user