chore(部门管理): 🚸 部门管理优化添加子级
This commit is contained in:
@@ -97,38 +97,6 @@ export const createCrudOptions = function ({ crudExpose }: { crudExpose: CrudExp
|
||||
}
|
||||
},
|
||||
},
|
||||
// parent: {
|
||||
// column: {
|
||||
// show: false
|
||||
// },
|
||||
// title: '上级部门',
|
||||
// type: 'dict-tree',
|
||||
// dict: dict({
|
||||
// url: '/api/system/dept/all_dept/',
|
||||
// value: 'id',
|
||||
// label: 'name',
|
||||
// isTree: true,
|
||||
// getData: async ({ url }: { url: string }) => {
|
||||
// return request({
|
||||
// url: url,
|
||||
// }).then((ret: any) => {
|
||||
// return ret.data
|
||||
// })
|
||||
// }
|
||||
// }),
|
||||
// form: {
|
||||
// helper: '默认留空为创建者的部门',
|
||||
// component: {
|
||||
// span: 12,
|
||||
// props: {
|
||||
// props: {
|
||||
// value: "id",
|
||||
// label: "name",
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
name: {
|
||||
title: '部门名称',
|
||||
sortable: true,
|
||||
|
||||
Reference in New Issue
Block a user