大屏地图修改优化,前端组件优化调整
This commit is contained in:
parent
88f1335bed
commit
8f038d60c8
|
|
@ -36,10 +36,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="right-profile">
|
<div class="right-profile">
|
||||||
<span class="zyt" @click="skipPage"><i>综合执法一张图</i></span>
|
|
||||||
<i class="iconfont icon-zngzt_zfdc" v-if="projectName == 'gzt'" title="编辑桌面"></i>
|
|
||||||
<i class="iconfont icon-zngzt_syfw" v-if="projectName != 'gzt'" @click="handleTo({ path: 'gzt' })" title="首页"></i>
|
|
||||||
<NotificationBell/>
|
|
||||||
<public-full-screen></public-full-screen>
|
<public-full-screen></public-full-screen>
|
||||||
<i class="iconfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
|
<i class="iconfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -45,11 +45,7 @@ public class BigScreenController {
|
||||||
* @param
|
* @param
|
||||||
* @return 企业信息统计
|
* @return 企业信息统计
|
||||||
*/
|
*/
|
||||||
@GetMapping("/qytj")
|
|
||||||
public Result<Map> getEnterpriseStatistics(@CurrentUser RemoteUserInfo user) {
|
|
||||||
// return Ok.of(bigScreenService.getEnterpriseStatistics(user));
|
|
||||||
return Ok.of(bigScreenService.getEnterpriseStatistics2(user));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 执法检查统计
|
* 执法检查统计
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,7 @@ public class BigScreenService {
|
||||||
Repository;
|
Repository;
|
||||||
private final EnforcementInfoService enforcementInfoService;
|
private final EnforcementInfoService enforcementInfoService;
|
||||||
private final EnforceCheckRepository enforceCheckRepository;
|
private final EnforceCheckRepository enforceCheckRepository;
|
||||||
private final OfficerRepository officerRepository;
|
|
||||||
private final CaseRepository caseRepository;
|
|
||||||
private final AutoEnforcementPlanRepository autoEnforcementPlanRepository;
|
private final AutoEnforcementPlanRepository autoEnforcementPlanRepository;
|
||||||
private final SupervisionCheckRepository supervisionCheckRepository;
|
private final SupervisionCheckRepository supervisionCheckRepository;
|
||||||
private final ReportCheckOperRepository reportCheckOperRepository;
|
private final ReportCheckOperRepository reportCheckOperRepository;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue