|
@@ -188,7 +188,7 @@ export default {
|
|
)
|
|
)
|
|
}
|
|
}
|
|
if (res.data.isShowSpecialPrice && res.data.isShowSpecialPrice == '1') { // 是否展示特约价
|
|
if (res.data.isShowSpecialPrice && res.data.isShowSpecialPrice == '1') { // 是否展示特约价
|
|
- this.columns.push({ title: '特约价', dataIndex: 'specialPrice', width: 100, align: 'center' })
|
|
|
|
|
|
+ this.columns.push({ title: '特约价', dataIndex: 'specialPrice', width: 100, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
|
|
}
|
|
}
|
|
this.columns = [...this.columns, ...cArr]
|
|
this.columns = [...this.columns, ...cArr]
|
|
}
|
|
}
|