|
@@ -299,6 +299,22 @@ export default {
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
renderBodyCell: ({ row, column, rowIndex }, h) => formatTd(row, column, rowIndex, 'specialPriceUnit')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'regularBaseVal',
|
|
|
+ key: '91',
|
|
|
+ title: '基础差',
|
|
|
+ width: 60,
|
|
|
+ align: 'center',
|
|
|
+ renderBodyCell: ({ row, column, rowIndex }, h) => formatTd(row, column, rowIndex, 'regularUnit')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'regularNextVal',
|
|
|
+ key: '92',
|
|
|
+ title: '下阶差',
|
|
|
+ width: 60,
|
|
|
+ align: 'center',
|
|
|
+ renderBodyCell: ({ row, column, rowIndex }, h) => formatTd(row, column, rowIndex, 'regularUnit')
|
|
|
}
|
|
|
]
|
|
|
},
|