From bfb8d6487bcecd80b8d2c81ece76857fa90a659d Mon Sep 17 00:00:00 2001 From: xingyuv Date: Thu, 13 Apr 2023 10:43:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20codegen=20=E6=94=AF=E6=8C=81=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=89=8D=E7=AB=AF=20UI=20=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/infra/codegen/components/data.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/infra/codegen/components/data.ts b/src/views/infra/codegen/components/data.ts index a81923ae..4062af56 100644 --- a/src/views/infra/codegen/components/data.ts +++ b/src/views/infra/codegen/components/data.ts @@ -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',