fix table换为xlsx导出

This commit is contained in:
2023-11-03 14:27:57 +08:00
parent f7cb79367c
commit 38fb21a80f
4 changed files with 4 additions and 4 deletions

View File

@@ -402,7 +402,7 @@ function exportElcel(list:any,header:any,name:string){
const ws = utils.json_to_sheet(list, {
header,
skipHeader: false
skipHeader: true
})
console.log(ws)
var tmpWB = {