feat: codegen 支持配置前端 UI 类型

pull/4/MERGE
xingyuv 2023-04-13 10:43:46 +08:00
parent bbb3e7c3c5
commit bfb8d6487b
1 changed files with 10 additions and 0 deletions

View File

@ -56,6 +56,16 @@ export const basicInfoSchemas: FormSchema[] = [
},
colProps: { span: 12 }
},
{
label: '前端类型',
field: 'frontType',
required: true,
component: 'Select',
componentProps: {
options: getIntDictOptions(DICT_TYPE.INFRA_CODEGEN_FRONT_TYPE)
},
colProps: { span: 12 }
},
{
label: '生成场景',
field: 'scene',