非现场执法在线巡查功能完善
This commit is contained in:
parent
d39026ad34
commit
e6ab592fc5
|
|
@ -498,6 +498,7 @@ const baseRoutes = [
|
|||
title: '非现场执法管理'
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
path: 'zxxcxx',
|
||||
name: '_zxxcxx',
|
||||
|
|
|
|||
|
|
@ -593,7 +593,7 @@
|
|||
"fxczfgl": [
|
||||
{
|
||||
"gncdbh": "A-610100000000-0005_0276",
|
||||
"name": "非现场执法管理",
|
||||
"name": "非现场执法",
|
||||
"icon": "zyyy_rzzx",
|
||||
"path": "/fxczfgl/index",
|
||||
"router": true,
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ public class LawEnfPenaltyStatController {
|
|||
public PageResult<OnlinePatrol> getPagexccsDetail(LawEnfPenaltyStatQuery query, @CurrentUser RemoteUserInfo user) {
|
||||
return PageResult.of(lawEnfPenaltyStatService.getPagexccsDetail(query,user));
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 非现场执法查看发现问题次数详情
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue