作者 yangfu

模板修改

@@ -15,7 +15,7 @@ const ( @@ -15,7 +15,7 @@ const (
15 type InputElement struct { 15 type InputElement struct {
16 Id int `json:"id"` 16 Id int `json:"id"`
17 Sort int `json:"sort"` //排序 17 Sort int `json:"sort"` //排序
18 - Label string `json:"label"` //标题 18 + Label string `json:"lable"` //标题
19 InputType string `json:"inputType"` //输入类型 19 InputType string `json:"inputType"` //输入类型
20 Required int `json:"required"` //是否必填 20 Required int `json:"required"` //是否必填
21 CurrentValue string `json:"value"` //"当前填写的值" 21 CurrentValue string `json:"value"` //"当前填写的值"