diff --git a/repository/test.data/report.list.excel.go b/repository/test.data/report.list.excel.go index 18f595c..7b5f5ad 100644 --- a/repository/test.data/report.list.excel.go +++ b/repository/test.data/report.list.excel.go @@ -138,7 +138,7 @@ func ExportFTList() string { ftList.OnlineQuantity, ftList.TestProgram, returnDate, ftList.ReturnQuantity, ftList.PassQuantity, ftList.FailQuantity}) } _ = f.SetColWidth(sheetName, "B", "P", 20) - filePath := time.Now().Format("CP记录2006-01-02_150405.xlsx") + filePath := time.Now().Format("FT记录2006-01-02_150405.xlsx") filePath = filepath.Join(utils.MakeSavePath("记录"), filePath) _ = f.SaveAs(filePath) f.Close()