chore: codegen
This commit is contained in:
@@ -168,6 +168,20 @@ export const formSchema: FormSchemaGetter = () => [
|
||||
fieldName: 'parentMenuId',
|
||||
label: '上级菜单',
|
||||
},
|
||||
{
|
||||
component: 'RadioGroup',
|
||||
componentProps: {
|
||||
buttonStyle: 'solid',
|
||||
options: [
|
||||
{ label: 'modal弹窗', value: 'modal' },
|
||||
{ label: 'drawer抽屉', value: 'drawer' },
|
||||
],
|
||||
optionType: 'button',
|
||||
},
|
||||
defaultValue: 'modal',
|
||||
fieldName: 'popupComponent',
|
||||
label: '弹窗组件类型',
|
||||
},
|
||||
{
|
||||
component: 'RadioGroup',
|
||||
componentProps: {
|
||||
|
Reference in New Issue
Block a user