Browse Source

fix 名称

sun-pc-linux 3 months ago
parent
commit
e00fabb168
1 changed files with 1 additions and 1 deletions
  1. 1 1
      boxcost/api/plan-process-track-excel.go

+ 1 - 1
boxcost/api/plan-process-track-excel.go

@@ -71,7 +71,7 @@ func (b *PlanProcessTrackExcel) drawTitle() error {
 	if err != nil {
 		return err
 	}
-	b.Excel.SetCellValue(b.SheetName, startCell, "2024月饼礼盒加工追踪表")
+	b.Excel.SetCellValue(b.SheetName, startCell, "追踪表")
 	return nil
 }