Merge branch 'dev' of https://git.oa00.com/xiaowen/LittleBeeSaas into dev
commit
3e47bda42a
@ -0,0 +1,41 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-11-26 12:16:37
|
||||
* @LastEditTime: 2021-11-26 12:16:37
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: /LittleBeeSaas/src/views/Employee/curd/columns.js
|
||||
*/
|
||||
export default [
|
||||
{ title: "名称", dataIndex: "name", width: 100, key: "1", align: "center" },
|
||||
{
|
||||
title: "手机号",
|
||||
dataIndex: "mobilenumber",
|
||||
width: 150,
|
||||
key: "2",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "所属部门",
|
||||
dataIndex: "Department",
|
||||
width: 150,
|
||||
key: "3",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "职位",
|
||||
dataIndex: "position",
|
||||
width: 150,
|
||||
key: "4",
|
||||
align: "center",
|
||||
},
|
||||
{ title: "备注", dataIndex: "remarks", key: "5", align: "center" },
|
||||
{
|
||||
title: "操作",
|
||||
dataIndex: "operation",
|
||||
width: 280,
|
||||
key: "action",
|
||||
align: "center",
|
||||
scopedSlots: { customRender: "action" },
|
||||
},
|
||||
]
|
@ -0,0 +1,65 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-11-26 12:17:53
|
||||
* @LastEditTime: 2021-11-26 12:17:54
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: /LittleBeeSaas/src/views/Employee/testData/treeData.js
|
||||
*/
|
||||
export default [
|
||||
{
|
||||
title: "广西印象物业服务有限公司",
|
||||
key: "0-0",
|
||||
children: [
|
||||
{
|
||||
title: "运营部",
|
||||
key: "0-0-0",
|
||||
children: [
|
||||
{ title: "客服组", key: "0-0-0-0" },
|
||||
{ title: "商务组", key: "0-0-0-1" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "财务部",
|
||||
key: "0-0-1",
|
||||
children: [{ title: "0-0-1-0", key: "0-0-1-0" }],
|
||||
},
|
||||
{
|
||||
title: "房屋管理维修部",
|
||||
key: "0-0-2",
|
||||
children: [{ title: "0-0-1-0", key: "0-0-2-0" }],
|
||||
},
|
||||
{
|
||||
title: "安保部",
|
||||
key: "0-0-3",
|
||||
children: [{ title: "0-0-1-0", key: "0-0-3-0" }],
|
||||
},
|
||||
{
|
||||
title: "设备工程部门",
|
||||
key: "0-0-4",
|
||||
children: [{ title: "0-0-1-0", key: "0-0-4-0" }],
|
||||
},
|
||||
{
|
||||
title: "环境卫生部",
|
||||
key: "0-0-5",
|
||||
children: [{ title: "0-0-1-0", key: "0-0-5-0" }],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "南宁富航资产管理有限公司",
|
||||
key: "0-1",
|
||||
children: [
|
||||
{
|
||||
title: "工程维修管理单位",
|
||||
key: "0-1-0",
|
||||
children: [{ title: "客服组", key: "0-1-0-0" }],
|
||||
},
|
||||
{
|
||||
title: "南宁中建工程机械维修",
|
||||
key: "0-1-1",
|
||||
children: [{ title: "0-0-1-0", key: "0-1-0-1" }],
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
Loading…
Reference in new issue