From 6de5b976d19efff381381470e55fef8c469f87ab Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期一, 26 八月 2024 21:46:14 +0800 Subject: [PATCH] fix: 修改bug --- src/views/dmx/knowledgeLib/components/txtPdf.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dmx/knowledgeLib/components/txtPdf.vue b/src/views/dmx/knowledgeLib/components/txtPdf.vue index a76003a..e44cbd5 100644 --- a/src/views/dmx/knowledgeLib/components/txtPdf.vue +++ b/src/views/dmx/knowledgeLib/components/txtPdf.vue @@ -12,8 +12,8 @@ }, }); //寮曞叆VueOfficeExcel缁勪欢鐩稿叧 - import VueOfficeExcel from '@vue-office/excel'; - import '@vue-office/excel/lib/index.css'; + // import VueOfficeExcel from '@vue-office/excel'; + // import '@vue-office/excel/lib/index.css'; const comStyle = { width: '100%', -- Gitblit v1.8.0