{{template "layout.html" .}}
← 返回表单

字段管理 - {{.form.Name}}

+ 添加字段
{{range $f := .fields}} {{else}} {{end}}
ID字段名显示名类型默认值排序必填状态操作
{{$f.ID}} {{$f.Name}} {{$f.Label}} {{if eq $f.Type "text"}}文本 {{else if eq $f.Type "textarea"}}多行文本 {{else if eq $f.Type "radio"}}单选 {{else if eq $f.Type "checkbox"}}多选 {{else if eq $f.Type "select"}}下拉 {{else if eq $f.Type "image"}}图片 {{else if eq $f.Type "file"}}附件 {{else if eq $f.Type "date"}}日期 {{else}}{{$f.Type}} {{end}} {{$f.DefaultVal}} {{$f.Sort}} {{if eq $f.Required 1}}{{else}}{{end}} {{if eq $f.Status 1}}启用{{else}}禁用{{end}}
编辑
📝

暂无字段定义