|
@@ -159,7 +159,7 @@ export default {
|
|
|
openDetailModal: false,
|
|
|
columns: [
|
|
|
{ title: '序号', dataIndex: 'no', width: '4%', align: 'center' },
|
|
|
- { title: '发布时间', dataIndex: 'createDate', width: '14%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
+ { title: '发布时间', dataIndex: 'publishTime', width: '14%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '促销名称', dataIndex: 'name', width: '20%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '标题', dataIndex: 'title', width: '20%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '促销时间', scopedSlots: { customRender: 'promotionTime' }, width: '20%', align: 'center' },
|