Browse Source

修改bug

chenrui 11 months ago
parent
commit
0bd6a8526d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/promotionManagement/promotionInfo/list.vue

+ 1 - 1
src/views/promotionManagement/promotionInfo/list.vue

@@ -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' },