{{template "widgets/head.html" .}}
{{template "widgets/header.html" .}}
{{template "manager/menu.html" .}}
附件管理
#
附件名称
项目名称
文件大小
是否存在
操作
{{range $index,$item := .Lists}}
{{$item.AttachmentId}}
{{$item.FileName}}
{{$item.BookName}}
{{$item.FileShortSize}}
{{ if $item.IsExist }} 是{{else}}否{{end}}
删除
详情
{{else}}
暂无数据
{{end}}
{{.PageHtml}}
{{/**/}} {{/**/}}