公文信息
公文标题:
{{ gwInfo.title }}
公文类型:
{{ gwInfo.docType }}
紧急程度:
{{ getUrgencyText(gwInfo.urgencyLevel) }}
创建人:
{{ getCreatorName(gwInfo.tjrId) }}
创建时间:
{{ formatTime(gwInfo.createdTime) }}
附件
🖼️
🎥
📄
📎
{{ gwInfo.fileName || '未知文件' }}
{{ (gwInfo.fileFormat || 'unknown').toUpperCase() }}
🖼️
🎥
📄
📎
{{ getFileName(file) }}
{{ formatFileSize(file.size) }}
{{ getFileSuffix(file).toUpperCase() }}
暂无附件
当前审批人
{{ approver.order }}
{{ approver.userName }}
{{ approver.deptName }}
{{ getApproverStatusText(approver.approveStatus) }}
审批意见:
{{ approver.approveRemark }}
审批时间:
{{ formatTime(approver.approveTime) }}
抄送人
{{ ccUser.userName }}
{{ ccUser.deptName }}
{{ getCCStatusText(ccUser.status) }}
{{ ccExpanded ? '收起' : `更多(${ccUsers.length - 2})` }}
▼
操作记录
{{ log.operationType }}
{{ log.operationContent }}
{{ logExpanded ? '收起' : `更多(${operationLogs.length - 2})` }}
▼
变更前:
{{ currentLog.beforeChange }}
变更后:
{{ currentLog.afterChange }}
备注:
{{ currentLog.remark }}