V0 记录导出调整
This commit is contained in:
parent
792fe5ce74
commit
4ef5bc7289
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user