菜单修改隐藏按钮
This commit is contained in:
@ -101,6 +101,11 @@
|
||||
return { ...params, id: props.menuId };
|
||||
},
|
||||
columns,
|
||||
formConfig: {
|
||||
schemas: [],
|
||||
showResetButton: false,
|
||||
showSubmitButton: false
|
||||
},
|
||||
pagination: false,
|
||||
striped: false,
|
||||
useSearchForm: false,
|
||||
|
||||
@ -75,6 +75,11 @@
|
||||
return { ...params, menuId: props.menuId };
|
||||
},
|
||||
columns,
|
||||
formConfig: {
|
||||
schemas: [],
|
||||
showResetButton: false,
|
||||
showSubmitButton: false
|
||||
},
|
||||
pagination: false,
|
||||
striped: false,
|
||||
useSearchForm: false,
|
||||
|
||||
@ -75,6 +75,11 @@
|
||||
return { ...params, menuId: props.menuId };
|
||||
},
|
||||
columns,
|
||||
formConfig: {
|
||||
schemas: [],
|
||||
showResetButton: false,
|
||||
showSubmitButton: false
|
||||
},
|
||||
pagination: false,
|
||||
striped: false,
|
||||
useSearchForm: false,
|
||||
|
||||
Reference in New Issue
Block a user