|
@@ -198,7 +198,7 @@ export default {
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeTerminalPrice', width: '4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
|
|
|
- { title: '变更后', scopedSlots: { customRender: 'afterTerminalPrice' }, width: '4%', align: 'center' }
|
|
|
+ { title: '变更后', scopedSlots: { customRender: 'afterTerminalPrice' }, width: '4%', align: 'right' }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -207,7 +207,7 @@ export default {
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeCarOwnersPrice', width: '4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
|
|
|
- { title: '变更后', scopedSlots: { customRender: 'afterCarOwnersPrice' }, width: '4%', align: 'center' }
|
|
|
+ { title: '变更后', scopedSlots: { customRender: 'afterCarOwnersPrice' }, width: '4%', align: 'right' }
|
|
|
]
|
|
|
},
|
|
|
{ title: '变更原因', dataIndex: 'changeReason', width: '7%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true }
|
|
@@ -221,7 +221,7 @@ export default {
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeProvincePrice', width: '4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
|
|
|
- { title: '变更后', scopedSlots: { customRender: 'afterProvincePrice' }, width: '4%', align: 'center' }
|
|
|
+ { title: '变更后', scopedSlots: { customRender: 'afterProvincePrice' }, width: '4%', align: 'right' }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -230,7 +230,7 @@ export default {
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeCityPrice', width: '4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
|
|
|
- { title: '变更后', scopedSlots: { customRender: 'afterCityPrice' }, width: '4%', align: 'center' }
|
|
|
+ { title: '变更后', scopedSlots: { customRender: 'afterCityPrice' }, width: '4%', align: 'right' }
|
|
|
]
|
|
|
})
|
|
|
} else if (res.data.dealerLevel && res.data.dealerLevel == 'CITY') { // 市级
|
|
@@ -240,7 +240,7 @@ export default {
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeCityPrice', width: '4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
|
|
|
- { title: '变更后', scopedSlots: { customRender: 'afterCityPrice' }, width: '4%', align: 'center' }
|
|
|
+ { title: '变更后', scopedSlots: { customRender: 'afterCityPrice' }, width: '4%', align: 'right' }
|
|
|
]
|
|
|
})
|
|
|
}
|
|
@@ -251,7 +251,7 @@ export default {
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeSpecialPrice', width: '4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
|
|
|
- { title: '变更后', scopedSlots: { customRender: 'afterSpecialPrice' }, width: '4%', align: 'center' }
|
|
|
+ { title: '变更后', scopedSlots: { customRender: 'afterSpecialPrice' }, width: '4%', align: 'right' }
|
|
|
]
|
|
|
})
|
|
|
}
|