执法装备、执法服装等模块功能完善
This commit is contained in:
parent
72dcf3aed5
commit
3b8251fecf
|
|
@ -673,7 +673,7 @@ const baseRoutes = [
|
|||
name: '_tztggl',
|
||||
component: () => import('@views/tztggl/NoticeManager.vue'),
|
||||
meta: {
|
||||
title: '执法装备管理'
|
||||
title: '装备管理'
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="top_title">
|
||||
|
||||
<div class="bg"></div>
|
||||
<div class="label">执法装备概览</div>
|
||||
</div>
|
||||
|
|
@ -1169,7 +1169,7 @@ function closeLawEnforceVehiclePage() {
|
|||
}
|
||||
|
||||
// 执法装备
|
||||
let zfjlyzs = ref(0)
|
||||
|
||||
let zfdjjzs = ref(0)
|
||||
let gtfhs = ref(0)
|
||||
let zfbzs = ref(0)
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@ public class ZfclglController {
|
|||
/**
|
||||
* 根据ID查询
|
||||
*/
|
||||
@GetMapping("/{zfclglid}")
|
||||
public Result<Zfclgl> getZfclglById(@PathVariable String zfclglid) {
|
||||
return zfclglService.findOne(zfclglid).map(e -> ((Result<Zfclgl>) Ok.of(e))).orElse(Fail.of("执法装备不存在"));
|
||||
}
|
||||
|
||||
/**
|
||||
* 分页查询
|
||||
|
|
|
|||
Loading…
Reference in New Issue