作者 tangxvhui

修改导出的文件名称

... ... @@ -341,7 +341,7 @@ func (c *SummaryEvaluationController) ExportAllEvaluationSuper() {
c.Response(nil, err)
return
}
c.Ctx.Output.Header("Content-Disposition", "attachment;filename=每日绩效汇总")
c.Ctx.Output.Header("Content-Disposition", "attachment;filename=周期评估")
c.Ctx.Output.Header("Content-Description", "FileTransfer")
c.Ctx.Output.Header("Content-Type", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet")
c.Ctx.Output.Header("Content-Transfer-Encoding", "binary")
... ...