浏览代码

修改bug

chenrui 8 月之前
父节点
当前提交
a17258e7bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/easyPassManagement/promotionalActivities/list.vue

+ 1 - 1
src/views/easyPassManagement/promotionalActivities/list.vue

@@ -243,7 +243,7 @@ export default {
         { title: '促销时间', scopedSlots: { customRender: 'promotionTime' }, width: '18%', align: 'center' },
         { title: '参与经销商', scopedSlots: { customRender: 'joinCustomers' }, width: '8%', align: 'center' },
         { title: '促销类型', dataIndex: 'promoTypeDictValue', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '加盟商编辑', dataIndex: 'dealerEditFlag', width: '6%', align: 'center', customRender: function (text) { return (text ? text == '1' ? '是' : '否' : '--') } },
+        { title: '加盟商开关权限', dataIndex: 'dealerOpenFlag', width: '8%', align: 'center', customRender: function (text) { return (text ? text == '1' ? '是' : '否' : '--') } },
         // { title: '首页轮播图', dataIndex: 'shopBannerFlag', width: '6%', align: 'center', customRender: function (text) { return (text ? text == '1' ? '是' : '否' : '--') } },
         { title: '促销状态', dataIndex: 'promoStateDictValue', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '操作', scopedSlots: { customRender: 'action' }, width: '11%', align: 'center' }