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 = {}) => {