|
@@ -226,6 +226,13 @@ export default {
|
|
|
width: 80,
|
|
|
customRender: function (text) { return (text || text == 0) ? ('¥' + text) : '--' }
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '变速箱滤清器',
|
|
|
+ dataIndex: 'jpBsxLqqAmount',
|
|
|
+ align: 'center',
|
|
|
+ width: 80,
|
|
|
+ customRender: function (text) { return (text || text == 0) ? ('¥' + text) : '--' }
|
|
|
+ },
|
|
|
{
|
|
|
title: '雨刮片',
|
|
|
dataIndex: 'jpYgpAmount',
|
|
@@ -283,6 +290,26 @@ export default {
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '稳升',
|
|
|
+ align: 'center',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ title: '点火线圈',
|
|
|
+ dataIndex: 'wsDhxqAmount',
|
|
|
+ align: 'center',
|
|
|
+ width: 80,
|
|
|
+ customRender: function (text) { return (text || text == 0) ? ('¥' + text) : '--' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '灯泡',
|
|
|
+ dataIndex: 'wsDpAmount',
|
|
|
+ align: 'center',
|
|
|
+ width: 80,
|
|
|
+ customRender: function (text) { return (text || text == 0) ? ('¥' + text) : '--' }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
title: '汇箭',
|
|
|
dataIndex: 'hjAmount',
|
|
@@ -297,19 +324,25 @@ export default {
|
|
|
width: 80,
|
|
|
customRender: function (text) { return (text || text == 0) ? ('¥' + text) : '--' }
|
|
|
},
|
|
|
- {
|
|
|
- title: '稳升',
|
|
|
- dataIndex: 'wsAmount',
|
|
|
- align: 'center',
|
|
|
- width: 80,
|
|
|
- customRender: function (text) { return (text || text == 0) ? ('¥' + text) : '--' }
|
|
|
- },
|
|
|
{
|
|
|
title: 'TBU',
|
|
|
- dataIndex: 'tbuAmount',
|
|
|
align: 'center',
|
|
|
- width: 80,
|
|
|
- customRender: function (text) { return (text || text == 0) ? ('¥' + text) : '--' }
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ title: '刹车片',
|
|
|
+ dataIndex: 'tbuScpAmount',
|
|
|
+ align: 'center',
|
|
|
+ width: 80,
|
|
|
+ customRender: function (text) { return (text || text == 0) ? ('¥' + text) : '--' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '刹车油',
|
|
|
+ dataIndex: 'tbuScyAmount',
|
|
|
+ align: 'center',
|
|
|
+ width: 80,
|
|
|
+ customRender: function (text) { return (text || text == 0) ? ('¥' + text) : '--' }
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
title: 'TBU-P',
|