refactor: ♻️ 菜单管理重构完成

This commit is contained in:
H0nGzA1
2023-03-30 15:37:27 +08:00
parent 795f621637
commit f89a5228cd
7 changed files with 409 additions and 271 deletions

View File

@@ -31,7 +31,7 @@ export const createCrudOptions = function ({ crudExpose }: { crudExpose: CrudExp
rowHandle: {
//固定右侧
fixed: 'right',
width: 300,
width: 200,
buttons: {
view: {
show: false,