This commit is contained in:
Theluyuan 2023-11-03 13:30:08 +08:00
parent 3d21ac0f79
commit e77ba65b09
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -40003,7 +40003,7 @@ const _sfc_main$D = defineComponent({
function exportElcel(list, header, name) {
const ws = utils.json_to_sheet(list, {
header,
skipHeader: true
skipHeader: false
});
console.log(ws);
var tmpWB = {

View File

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

File diff suppressed because one or more lines are too long