From c3f89ca1f8e922e46d3077cc2d99f8e17f99e16c Mon Sep 17 00:00:00 2001
From: sjl <1716605279@qq.com>
Date: Mon, 17 Feb 2025 16:32:02 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/views/plan/planList/index.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/frontend/src/views/plan/planList/index.vue b/frontend/src/views/plan/planList/index.vue
index 904f3df..d823493 100644
--- a/frontend/src/views/plan/planList/index.vue
+++ b/frontend/src/views/plan/planList/index.vue
@@ -13,10 +13,11 @@
合并
新增
+ 统计分析
删除
- 统计分析
+
@@ -396,7 +397,7 @@ const showDeviceOpen = (row: Partial = {}) => {
const myDict = new Map();
const statisticalAnalysisMore = async (id: string[]) =>{
-
+ useDownload(staticsAnalyse,'分析结果', id, false,'.xlsx')
}
const statisticalAnalysis = async (row: Partial = {}) => {