fix 导出excel number列问题
This commit is contained in:
@@ -40038,7 +40038,7 @@ const _sfc_main$D = defineComponent({
|
||||
}
|
||||
});
|
||||
if (tableColumn.type == "number") {
|
||||
info[item.key] = rowIndex + 1;
|
||||
info[tableColumn.key] = rowIndex + 1;
|
||||
}
|
||||
});
|
||||
list.push(info);
|
||||
|
||||
Reference in New Issue
Block a user