执法装备、执法服装等模块功能完善

This commit is contained in:
hanqi 2025-08-01 19:19:55 +08:00
parent 72dcf3aed5
commit 3b8251fecf
3 changed files with 3 additions and 7 deletions

View File

@ -673,7 +673,7 @@ const baseRoutes = [
name: '_tztggl', name: '_tztggl',
component: () => import('@views/tztggl/NoticeManager.vue'), component: () => import('@views/tztggl/NoticeManager.vue'),
meta: { meta: {
title: '执法装备管理' title: '装备管理'
} }
} }
], ],

View File

@ -126,7 +126,7 @@
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<div class="top_title">
<div class="bg"></div> <div class="bg"></div>
<div class="label">执法装备概览</div> <div class="label">执法装备概览</div>
</div> </div>
@ -1169,7 +1169,7 @@ function closeLawEnforceVehiclePage() {
} }
// //
let zfjlyzs = ref(0)
let zfdjjzs = ref(0) let zfdjjzs = ref(0)
let gtfhs = ref(0) let gtfhs = ref(0)
let zfbzs = ref(0) let zfbzs = ref(0)

View File

@ -39,10 +39,6 @@ public class ZfclglController {
/** /**
* 根据ID查询 * 根据ID查询
*/ */
@GetMapping("/{zfclglid}")
public Result<Zfclgl> getZfclglById(@PathVariable String zfclglid) {
return zfclglService.findOne(zfclglid).map(e -> ((Result<Zfclgl>) Ok.of(e))).orElse(Fail.of("执法装备不存在"));
}
/** /**
* 分页查询 * 分页查询