From c7e4dd9bd50cf6e6426598753c796ec1a27f333f Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期五, 22 十二月 2023 13:18:10 +0800
Subject: [PATCH] 修改了异常的名称

---
 src/views/analysis/graph/DayData.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/analysis/graph/DayData.vue b/src/views/analysis/graph/DayData.vue
index 6bc06c1..f9f263c 100644
--- a/src/views/analysis/graph/DayData.vue
+++ b/src/views/analysis/graph/DayData.vue
@@ -38,7 +38,7 @@
           </el-form-item>
 
           <el-form-item>
-            <el-button type="primary" loading="button.showChartButton" @click="fetchData">灞曠ず鍥�</el-button>
+            <el-button type="primary" :loading="button.showChartButton" @click="fetchData">灞曠ず鍥�</el-button>
           </el-form-item>
         </el-form>
 

--
Gitblit v1.9.3