作者 郑周

1. 文件导出指标优化

@@ -410,7 +410,8 @@ func (srv StaffAssessServeice) ExportPerformanceIndicator(in *query.ExportPerfor @@ -410,7 +410,8 @@ func (srv StaffAssessServeice) ExportPerformanceIndicator(in *query.ExportPerfor
410 f.MergeCell(sheetName, "A1", "P1") // 合并第一行 410 f.MergeCell(sheetName, "A1", "P1") // 合并第一行
411 411
412 f.SetCellStr(sheetName, "A2", "注:红色部分为林董标识:") 412 f.SetCellStr(sheetName, "A2", "注:红色部分为林董标识:")
413 - f.SetRowHeight(sheetName, 2, 22) // 设置第2行高度 413 + f.SetRowHeight(sheetName, 2, 22) // 设置第2行高度
  414 + f.MergeCell(sheetName, "A2", "P2") // 合并第二行
414 styleId2, _ := f.NewStyle(&excelize.Style{ 415 styleId2, _ := f.NewStyle(&excelize.Style{
415 Font: &excelize.Font{ 416 Font: &excelize.Font{
416 Size: 14, 417 Size: 14,