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