diff --git a/client/src/router/index.js b/client/src/router/index.js
index 2db859e..e68a068 100644
--- a/client/src/router/index.js
+++ b/client/src/router/index.js
@@ -769,7 +769,7 @@ const baseRoutes = [
},
{
path: 'zfsjzbb',
-=
+ name: '_zfsjzbb',
component: () => import('@views/dtsjygl/zfsjzbb.vue'),
meta: {
title: '执法数据周报表'
diff --git a/client/src/views/dtsjygl/zfsjzbb.vue b/client/src/views/dtsjygl/zfsjzbb.vue
index 7c1a5e2..ecbbe42 100644
--- a/client/src/views/dtsjygl/zfsjzbb.vue
+++ b/client/src/views/dtsjygl/zfsjzbb.vue
@@ -232,7 +232,8 @@ function caseEventClick(row, column, cell, event) {
tag.value = 'laslzbb'
let query = Object.assign(queryParams.value, {industryType: row.industry_type, statisticDate: row.tjsjd})
dialogConfig2.value.data = query
-
+ dialogConfig2.value.show = true
+ dialogConfig2.value.mode = 'detail'
dialogConfig2.value.title = '立案数量详情'
}
if ((colProp === "wfxwsl" && row[colProp] > 0) || (colProp === "yasfs" && row[colProp] > 0) || (colProp === "fkze" && row[colProp] > 0) || (colProp === "cfqy" && row[colProp] > 0)
diff --git a/client/src/views/xzzfgl/caseList.vue b/client/src/views/xzzfgl/caseList.vue
index f63882b..0fbce09 100644
--- a/client/src/views/xzzfgl/caseList.vue
+++ b/client/src/views/xzzfgl/caseList.vue
@@ -48,7 +48,9 @@
-ata.row.downUrl" type="primary" @click="downloadFile(r.data.row)" title="下载案卷">案卷制作-->
+
+ 导出案卷
+
diff --git a/server/src/main/java/com/aisino/iles/lawenforcement/controller/StatisticController.java b/server/src/main/java/com/aisino/iles/lawenforcement/controller/StatisticController.java
index a454c6b..53bf634 100644
--- a/server/src/main/java/com/aisino/iles/lawenforcement/controller/StatisticController.java
+++ b/server/src/main/java/com/aisino/iles/lawenforcement/controller/StatisticController.java
@@ -37,6 +37,10 @@ public class StatisticController {
* @param
* @return 执法周报表统计
*/
+ @GetMapping("/statisticByWeekForm")
+ public Result statisticByWeekForm(CaseQuery query, @CurrentUser RemoteUserInfo user) {
+ return Ok.of(statisticService.statisticByWeekForm(query,user));
+ }
/**
* 执法周报表统计查看監管企业数详情