From c4f175d3794f0b2613f35ae13a59fb82f8a1291c Mon Sep 17 00:00:00 2001 From: huliang <1539398430@qq.com> Date: Fri, 9 May 2025 18:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BC=89=E6=95=88=E6=9E=9C=20|=20?= =?UTF-8?q?=E9=9B=BB=E5=83=B9=E6=94=B9=E6=88=90=E5=AD=98=E9=80=B2fallback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 3 + src/components/PdfContent.vue | 431 +++++++++++++++++-------------- src/stores/useElecPriceStore.ts | 4 +- src/stores/useElecReportStore.ts | 2 - src/views/EnergyChart.vue | 142 +++++----- 5 files changed, 312 insertions(+), 270 deletions(-) diff --git a/components.d.ts b/components.d.ts index 2c07aec..368ab70 100644 --- a/components.d.ts +++ b/components.d.ts @@ -36,4 +36,7 @@ declare module 'vue' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] } + export interface ComponentCustomProperties { + vLoading: typeof import('element-plus/es')['ElLoadingDirective'] + } } diff --git a/src/components/PdfContent.vue b/src/components/PdfContent.vue index cf99ee1..bde66db 100644 --- a/src/components/PdfContent.vue +++ b/src/components/PdfContent.vue @@ -1,202 +1,206 @@