|
@@ -115,15 +115,15 @@ export default {
|
|
|
isEnable: '' // 启用状态
|
|
|
},
|
|
|
columns: [
|
|
|
- { title: '序号', dataIndex: 'no', width: '60', align: 'center' },
|
|
|
- { title: '创建时间', dataIndex: 'createDate', width: '100', align: 'center' },
|
|
|
- { title: '组织机构', dataIndex: 'orgCodeName', width: '100', align: 'center' },
|
|
|
- { title: '门店名称', dataIndex: 'name', 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' },
|
|
|
- { title: '操作', scopedSlots: { customRender: 'action' }, width: '265', align: 'center' }
|
|
|
+ { title: '序号', dataIndex: 'no', width: 60, align: 'center' },
|
|
|
+ { title: '创建时间', dataIndex: 'createDate', width: 150, align: 'center' },
|
|
|
+ { title: '组织机构', dataIndex: 'orgCodeName', width: 120, align: 'center' },
|
|
|
+ { title: '门店名称', dataIndex: 'name', width: 120, align: 'center' },
|
|
|
+ { title: '门店类型', dataIndex: 'typeDictValue', width: 80, align: 'center' },
|
|
|
+ { title: '负责人名称', dataIndex: 'managerName', width: 100, align: 'center' },
|
|
|
+ { title: '负责人手机', dataIndex: 'managerMobile', width: 100, align: 'center' },
|
|
|
+ { title: '启用状态', scopedSlots: { customRender: 'isEnable' }, width: 80, align: 'center' },
|
|
|
+ { title: '操作', scopedSlots: { customRender: 'action' }, width: 120, align: 'center' }
|
|
|
],
|
|
|
// 加载数据方法 必须为 Promise 对象
|
|
|
loadData: parameter => {
|