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