|
@@ -119,7 +119,7 @@ export default {
|
|
|
{ title: '创建时间', dataIndex: 'createDate', width: '100', align: 'center' },
|
|
|
{ title: '组织机构', dataIndex: 'orgCodeName', width: '100', align: 'center' },
|
|
|
{ title: '门店名称', dataIndex: 'name', width: '100', align: 'center' },
|
|
|
- { title: '门店类型', dataIndex: 'selfFlagDictValue', width: '100', align: 'center' },
|
|
|
+ { title: '门店类型', dataIndex: 'typeDictValue', width: '100', align: 'center' },
|
|
|
{ title: '负责人名称', dataIndex: 'managerName', width: '100', align: 'center' },
|
|
|
{ title: '负责人手机', dataIndex: 'managerMobile', width: '100', align: 'center' },
|
|
|
{ title: '启用状态', scopedSlots: { customRender: 'isEnable' }, width: '100', align: 'center' },
|