fix table换为xlsx导出
This commit is contained in:
parent
f7cb79367c
commit
38fb21a80f
@ -1176,7 +1176,7 @@ const _sfc_main = defineComponent({
|
||||
function exportElcel(list, header, name) {
|
||||
const ws = utils.json_to_sheet(list, {
|
||||
header,
|
||||
skipHeader: false
|
||||
skipHeader: true
|
||||
});
|
||||
console.log(ws);
|
||||
var tmpWB = {
|
||||
|
@ -40003,7 +40003,7 @@ const _sfc_main$D = defineComponent({
|
||||
function exportElcel(list, header, name) {
|
||||
const ws = utils.json_to_sheet(list, {
|
||||
header,
|
||||
skipHeader: false
|
||||
skipHeader: true
|
||||
});
|
||||
console.log(ws);
|
||||
var tmpWB = {
|
||||
|
@ -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 = {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user