1
0
mirror of synced 2025-12-18 11:18:04 +08:00
This commit is contained in:
xuliangzhan
2024-06-17 17:27:21 +08:00
parent 601fb5d5fe
commit 5ad226ab6d
2 changed files with 3 additions and 2 deletions

View File

@@ -463,7 +463,8 @@ export const VXETablePluginExportXLSX = {
globalVxetable = vxetable globalVxetable = vxetable
globalExcelJS = options ? options.ExcelJS : null globalExcelJS = options ? options.ExcelJS : null
vxetable.config({ const setConfig = vxetable.setConfig || vxetable.config
setConfig({
table: { table: {
importConfig: { importConfig: {
_typeMaps: { _typeMaps: {

View File

@@ -1,6 +1,6 @@
{ {
"name": "vxe-table-plugin-export-xlsx", "name": "vxe-table-plugin-export-xlsx",
"version": "4.0.2", "version": "4.0.3",
"description": "基于 vxe-table 表格的扩展插件,支持导出 xlsx 格式", "description": "基于 vxe-table 表格的扩展插件,支持导出 xlsx 格式",
"scripts": { "scripts": {
"lib": "gulp build" "lib": "gulp build"