修改统计分析报表
This commit is contained in:
parent
c0abb3473e
commit
c4a5d7e562
|
|
@ -771,7 +771,7 @@ const baseRoutes = [
|
|||
name: '_zfsjzbb',
|
||||
component: () => import('@views/dtsjygl/zfsjzbb.vue'),
|
||||
meta: {
|
||||
title: '执法数据周报表'
|
||||
title: '执法周报表'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -244,6 +244,7 @@ const {
|
|||
const broTable = ref(null)
|
||||
|
||||
function handleExport() {
|
||||
|
||||
broTable.value.busiTable.exportExcelFileForCurrentPage(tableConfig.value.tableId, '执法数据季报表')
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -116,6 +116,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="yjfx">
|
||||
<div class="section-title">
|
||||
<div class="section-title-icon"></div>
|
||||
|
|
|
|||
|
|
@ -236,7 +236,6 @@ public class DeliveryRecordService {
|
|||
* 统计
|
||||
*
|
||||
* @param query 查询参数
|
||||
* @param user 用户
|
||||
* @return 统计结果
|
||||
*/
|
||||
public List<Map<String, Object>> statistics(DeliveryQuery query, RemoteUserInfo user) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue