From eed6d0336e2898a73f626b8c68033a66e3588443 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期二, 14 十月 2025 15:09:25 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override
---
north-glass-erp/northglass-erp/src/main.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/main.js b/north-glass-erp/northglass-erp/src/main.js
index 29c8818..e96081d 100644
--- a/north-glass-erp/northglass-erp/src/main.js
+++ b/north-glass-erp/northglass-erp/src/main.js
@@ -11,6 +11,8 @@
// ...绾〃鏍�
import VxeTable from 'vxe-table'
import 'vxe-table/lib/style.css'
+import VXETablePluginExportXLSX from 'vxe-table-plugin-export-xlsx'
+import ExcelJS from 'exceljs'
// ...鍙�� UI
import VxeUI from 'vxe-pc-ui'
@@ -29,6 +31,10 @@
const app = createApp(App)
const pinia = createPinia()
+VxeTable.use(VXETablePluginExportXLSX, {
+ ExcelJS
+})
+
pinia.use(piniaPluginPersistedstate )
app.use(VxeUI)
app.use(VxeTable)
--
Gitblit v1.8.0