正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -341,7 +341,7 @@ func (c *SummaryEvaluationController) ExportAllEvaluationSuper() { | @@ -341,7 +341,7 @@ func (c *SummaryEvaluationController) ExportAllEvaluationSuper() { | ||
341 | c.Response(nil, err) | 341 | c.Response(nil, err) |
342 | return | 342 | return |
343 | } | 343 | } |
344 | - c.Ctx.Output.Header("Content-Disposition", "attachment;filename=每日绩效汇总") | 344 | + c.Ctx.Output.Header("Content-Disposition", "attachment;filename=周期评估") |
345 | c.Ctx.Output.Header("Content-Description", "FileTransfer") | 345 | c.Ctx.Output.Header("Content-Description", "FileTransfer") |
346 | c.Ctx.Output.Header("Content-Type", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet") | 346 | c.Ctx.Output.Header("Content-Type", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet") |
347 | c.Ctx.Output.Header("Content-Transfer-Encoding", "binary") | 347 | c.Ctx.Output.Header("Content-Transfer-Encoding", "binary") |
-
请 注册 或 登录 后发表评论