From 0a63659edcd7e6b62d0a8a722b2eeadd34b22568 Mon Sep 17 00:00:00 2001 From: yuyan02 Date: Fri, 13 Jun 2025 17:34:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=8B=E6=A1=88=E4=B8=8A=E6=8A=A5=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=9F=A5=E8=AF=A2=E5=89=8D=E5=90=8E=E7=AB=AF=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/dtsjygl/zfsjzbb.vue | 10 +--------- .../lawenforcement/controller/StatisticController.java | 10 ---------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/client/src/views/dtsjygl/zfsjzbb.vue b/client/src/views/dtsjygl/zfsjzbb.vue index ecbbe42..7574d25 100644 --- a/client/src/views/dtsjygl/zfsjzbb.vue +++ b/client/src/views/dtsjygl/zfsjzbb.vue @@ -260,15 +260,7 @@ function objectSpanMethod({row, column, rowIndex, columnIndex}) { return {rowspan: 0, colspan: 0} } } - if (columnIndex === 1) { - if (rowIndex === 0) { - return {rowspan: rowCountWeek, colspan: 1} - } else if (rowIndex === rowCountWeek) { - return {rowspan: rowCountAll, colspan: 1} - } else { - return {rowspan: 0, colspan: 0} - } - } + } 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 a75bc0f..199bd4b 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 @@ -82,16 +82,6 @@ public class StatisticController { return PageResult.of(statisticService.getPagelaqkByindustryTypeDetail(query,user)); } - /** - * 执法周报表统计查看立案次数数量 - * - * @return 执法周报表统计查看立案次数数量 - */ - @GetMapping("/getPagelaslByindustryTypeDetail") - public PageResult getPagelaslByindustryTypeDetail(CaseQuery query, @CurrentUser RemoteUserInfo user) { - return PageResult.of(statisticService.getPagelaslByindustryTypeDetail(query,user)); - } - /** * 执法周报表统计查看立案填报情况 *