sun-pc-linux hai 3 meses
pai
achega
e00fabb168
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }