feat: 代码生成支持隐藏域

This commit is contained in:
Ray.Hao
2025-01-02 01:12:17 +08:00
parent 02ab58a2c5
commit 09674a3b89
2 changed files with 3 additions and 2 deletions

View File

@@ -11,4 +11,5 @@ export const FormTypeEnum: Record<string, OptionType> = {
TEXT_AREA: { value: 7, label: "文本域" },
DATE: { value: 8, label: "日期框" },
DATE_TIME: { value: 9, label: "日期时间框" },
HIDDEN: { value: 10, label: "隐藏域" },
};