作者 唐旭辉

提交

@@ -18,7 +18,7 @@ type InputElement struct { @@ -18,7 +18,7 @@ type InputElement struct {
18 Label string `json:"label"` //标题 18 Label string `json:"label"` //标题
19 InputType string `json:"inputType"` //输入类型 19 InputType string `json:"inputType"` //输入类型
20 Required int `json:"required"` //是否必填 20 Required int `json:"required"` //是否必填
21 - // CurrentValue string `json:"-"` //"当前填写的值" 21 + CurrentValue string `json:"value"` //"当前填写的值"
22 SectionType int8 `json:"sectionType"` 22 SectionType int8 `json:"sectionType"`
23 // ValueList string `json:"-"` //输入候选值 value_list 23 // ValueList string `json:"-"` //输入候选值 value_list
24 // Placeholder string `json:"-"` //帮助用户填写输入字段的提示 Placeholder 24 // Placeholder string `json:"-"` //帮助用户填写输入字段的提示 Placeholder