feat: 部门

This commit is contained in:
dap
2024-10-05 15:56:13 +08:00
parent caf8681e24
commit abcc08832d
3 changed files with 166 additions and 50 deletions

View File

@@ -18,14 +18,6 @@ const formOptions: VbenFormProps = {
};
const gridOptions: VxeGridProps = {
checkboxConfig: {
// 高亮
highlight: true,
// 翻页时保留选中状态
reserve: true,
// 点击行选中
// trigger: 'row',
},
columns,
height: 'auto',
keepSource: true,