名称:
{{template "_bill/input" (.Field "NAME")}}
部门:
{{template "_bill/input" (.Field "DEPT")}}
标签:
{{template "_bill/input" (.Field "LABEL")}}
类别:
{{template "_bill/combo" (.Field "CATEGORY")}}
模块:
{{template "_bill/select" (.Field "CONTROLLER")}}
{{template "_bill/checkbox" (.Field "PUB")}}
公共
{{template "_bill/checkbox" (.Field "NEWWINDOW")}}
新窗口打开
归属方式:
{{template "_bill/select" (.Field "OWNER")}}
用户:
{{template "_bill/input" (.Field "USERNAME")}}
{{if .More.CtrlSettingTmpl}}
{{include .More.CtrlSettingTmpl .}}
{{end}}
帮助信息:
{{.Record.Main.HELPTEXT}}