|
@@ -129,16 +129,22 @@ export default {
|
|
|
filterMethod: this.filterMethod,
|
|
filterMethod: this.filterMethod,
|
|
|
width: 100
|
|
width: 100
|
|
|
},
|
|
},
|
|
|
-
|
|
|
|
|
{
|
|
{
|
|
|
- prop: 'brandNo',
|
|
|
|
|
- label: '牌号',
|
|
|
|
|
|
|
+ prop: 'model',
|
|
|
|
|
+ label: '型号',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- prop: 'model',
|
|
|
|
|
- label: '型号',
|
|
|
|
|
|
|
+ prop: 'productionCodes',
|
|
|
|
|
+ label: '生产编号',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ minWidth: 150,
|
|
|
|
|
+ showOverflowTooltip: true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: 'brandNo',
|
|
|
|
|
+ label: '牌号',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
},
|