修改统计分析报表

This commit is contained in:
chenlinlin 2025-04-30 18:12:39 +08:00
parent c0abb3473e
commit c4a5d7e562
4 changed files with 3 additions and 2 deletions

View File

@ -771,7 +771,7 @@ const baseRoutes = [
name: '_zfsjzbb',
component: () => import('@views/dtsjygl/zfsjzbb.vue'),
meta: {
title: '执法数据周报表'
title: '执法周报表'
}
},
{

View File

@ -244,6 +244,7 @@ const {
const broTable = ref(null)
function handleExport() {
broTable.value.busiTable.exportExcelFileForCurrentPage(tableConfig.value.tableId, '执法数据季报表')
}

View File

@ -116,6 +116,7 @@
</div>
</div>
</div>
<div class="yjfx">
<div class="section-title">
<div class="section-title-icon"></div>

View File

@ -236,7 +236,6 @@ public class DeliveryRecordService {
* 统计
*
* @param query 查询参数
* @param user 用户
* @return 统计结果
*/
public List<Map<String, Object>> statistics(DeliveryQuery query, RemoteUserInfo user) {