{{if .More.HasZipFile}}

点击下载导出的结果({{.More.ZipFileSize|fsize}})

{{end}}
{{template "_bill/input" (.Field "ID")}}
{{template "_bill/input" (.Field "NAME")}}
{{template "_bill/input" (.Field "STATUS")}}
{{template "_bill/input" (.Field "EXECUTOR")}}
{{template "_bill/input" (.Field "EXETIME")}}
{{template "_bill/input" (.Field "COMPLETEDTIME")}}
{{template "_bill/input" (.Field "EXEDEPT")}}
{{template "_bill/input" (.Field "EXEIP")}}
进度报告:
{{range $idx,$row := .More.PROGRESS}} {{end}} {{if .More.MoreProgressUrl}} {{end}}
编号 时间 内容
{{$row.ROWNO}} {{tostring $row.LOGTIME}} {{tostring $row.CONTENT}}
更多的进度...
{{if (.Field "RESULT").Value}}
{{(.Field "RESULT").Value|keepHtml}}
{{end}}