option
This commit is contained in:
parent
b854d2862f
commit
809dfce51c
|
@ -22,7 +22,7 @@ type Form struct {
|
||||||
Key string `json:"key"` //表单KEY
|
Key string `json:"key"` //表单KEY
|
||||||
Value string `json:"value"` //表单值
|
Value string `json:"value"` //表单值
|
||||||
Help string `json:"help"` //表单提示
|
Help string `json:"help"` //表单提示
|
||||||
Options []*FormOption `json:"options"` //表单选项,radion和checkbox需要
|
Option []*FormOption `json:"option"` //表单选项,radion和checkbox需要
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewFroms(tplConfig, saveConfig string) ([]*Form, error) {
|
func NewFroms(tplConfig, saveConfig string) ([]*Form, error) {
|
||||||
|
|
Loading…
Reference in New Issue