|
{ title: '市级价', dataIndex: 'cityPrice', width: 100, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } }
|
|
{ title: '市级价', dataIndex: 'cityPrice', width: 100, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } }
|
|
this.columns.push({ title: '特约价', dataIndex: 'specialPrice', width: 100, align: 'center' })
|
|
this.columns.push({ title: '特约价', dataIndex: 'specialPrice', width: 100, align: 'center' })
|
|
this.columns = [...this.columns, ...cArr]
|
|
this.columns = [...this.columns, ...cArr]
|