V0 记录导出调整

This commit is contained in:
jh_peng 2024-11-14 19:00:08 +08:00
parent 792fe5ce74
commit 4ef5bc7289

View File

@ -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()