|
@@ -186,7 +186,6 @@ export default {
|
|
|
{
|
|
|
title: '终端价',
|
|
|
dataIndex: 'hterminaldsdPrice',
|
|
|
- width: 200,
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeTerminalPrice', width: 80, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
@@ -196,7 +195,6 @@ export default {
|
|
|
{
|
|
|
title: '车主价',
|
|
|
dataIndex: 'sterminaldsdPrice',
|
|
|
- width: 200,
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeCarOwnersPrice', width: 80, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
@@ -211,7 +209,6 @@ export default {
|
|
|
this.columns.push({
|
|
|
title: '省级价',
|
|
|
dataIndex: 'sdtermindfaldsdPrice',
|
|
|
- width: 200,
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeProvincePrice', width: 80, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
@@ -221,7 +218,6 @@ export default {
|
|
|
{
|
|
|
title: '市级价',
|
|
|
dataIndex: 'sdterminaldsdPrice',
|
|
|
- width: 200,
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeCityPrice', width: 80, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
@@ -232,7 +228,6 @@ export default {
|
|
|
this.columns.push({
|
|
|
title: '市级价',
|
|
|
dataIndex: 'sdterminaldsdPrice',
|
|
|
- width: 200,
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeCityPrice', width: 80, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
@@ -244,7 +239,6 @@ export default {
|
|
|
this.columns.push({
|
|
|
title: '特约价',
|
|
|
dataIndex: 'gterminaldsdPrice',
|
|
|
- width: 200,
|
|
|
align: 'center',
|
|
|
children: [
|
|
|
{ title: '变更前', dataIndex: 'beforeSpecialPrice', width: 80, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|