diff --git a/config/form.go b/config/form.go index 2e4112a..3c2da19 100644 --- a/config/form.go +++ b/config/form.go @@ -12,6 +12,9 @@ const ( FormTypeCheckbox = "checkbox" //多选框 FormTypeSwitch = "switch" //开关 FormTypeJson = "json" //JSON输入框 + FormTypeDatetime = "datetime" //时间选择框 + FormTypeDate = "date" //日期选择框 + FormTypeMonth = "month" //阅读选择框 ) type FormOption struct {