|
|
@@ -76,49 +76,49 @@
|
|
|
{
|
|
|
prop: 'batchNo',
|
|
|
label: '批次号',
|
|
|
- width: 100,
|
|
|
+ minWidth: 100,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'brandNum',
|
|
|
label: '牌号',
|
|
|
- width: 100,
|
|
|
+ minWidth: 100,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'name',
|
|
|
label: '名称',
|
|
|
- width: 150,
|
|
|
+ minWidth: 150,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'code',
|
|
|
label: '编码',
|
|
|
- width: 150,
|
|
|
+ minWidth: 150,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'feedQuantity',
|
|
|
label: '数量',
|
|
|
- width: 90,
|
|
|
+ minWidth: 90,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'unit',
|
|
|
label: '单位',
|
|
|
- width: 100,
|
|
|
+ minWidth: 100,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'extInfo.engrave',
|
|
|
label: '刻码',
|
|
|
- width: 100,
|
|
|
+ minWidth: 100,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
@@ -126,28 +126,28 @@
|
|
|
prop: 'weight',
|
|
|
slot: 'weight',
|
|
|
label: '重量',
|
|
|
- width: 120,
|
|
|
+ minWidth: 120,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'modelType',
|
|
|
label: '型号',
|
|
|
- width: 150,
|
|
|
+ minWidth: 150,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'specification',
|
|
|
label: '规格',
|
|
|
- width: 150,
|
|
|
+ minWidth: 150,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
prop: 'createTime',
|
|
|
label: '创建日期',
|
|
|
- width: 200,
|
|
|
+ minWidth: 200,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
}
|