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