{{template "layout.html" .}}
← 返回模型

管理字段

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

暂无字段定义