{{ formatDate(report.reportDate) }}
{{ report.status === 1 ? '已提交' : '草稿' }}
{{ report.inputType === 1 ? "🎤 语音输入" : "⌨️ 文字输入" }} ·
{{ report.submitTime ? ('提交于 ' + formatDateTime(report.submitTime)) : ('创建于 ' + formatDateTime(report.createTime)) }}
📝 日报内容
{{ report.userEditedContent || "暂无内容" }}
{{ report.originalText }}
{{ report.aiFormattedContent }}
编辑日报
{{ isSubmitting ? "提交中..." : "提交日报" }}
📝
日报不存在
返回列表