作者 tangxvhui

修改导出的文件名称

@@ -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")