This commit is contained in:
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 = {