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