非现场执法在线巡查功能完善

This commit is contained in:
luolianxin 2025-06-27 17:04:24 +08:00
parent d39026ad34
commit e6ab592fc5
3 changed files with 4 additions and 1 deletions

View File

@ -498,6 +498,7 @@ const baseRoutes = [
title: '非现场执法管理' title: '非现场执法管理'
} }
}, },
{ {
path: 'zxxcxx', path: 'zxxcxx',
name: '_zxxcxx', name: '_zxxcxx',

View File

@ -593,7 +593,7 @@
"fxczfgl": [ "fxczfgl": [
{ {
"gncdbh": "A-610100000000-0005_0276", "gncdbh": "A-610100000000-0005_0276",
"name": "非现场执法管理", "name": "非现场执法",
"icon": "zyyy_rzzx", "icon": "zyyy_rzzx",
"path": "/fxczfgl/index", "path": "/fxczfgl/index",
"router": true, "router": true,

View File

@ -49,6 +49,8 @@ public class LawEnfPenaltyStatController {
public PageResult<OnlinePatrol> getPagexccsDetail(LawEnfPenaltyStatQuery query, @CurrentUser RemoteUserInfo user) { public PageResult<OnlinePatrol> getPagexccsDetail(LawEnfPenaltyStatQuery query, @CurrentUser RemoteUserInfo user) {
return PageResult.of(lawEnfPenaltyStatService.getPagexccsDetail(query,user)); return PageResult.of(lawEnfPenaltyStatService.getPagexccsDetail(query,user));
} }
/** /**
* 非现场执法查看发现问题次数详情 * 非现场执法查看发现问题次数详情
* *