非现场执法管理功能优化
This commit is contained in:
parent
20436c0425
commit
edd01ecb1e
|
|
@ -191,7 +191,6 @@
|
|||
<div class="item">
|
||||
<div class="top_title">
|
||||
<div class="bg"></div>
|
||||
|
||||
<div class="label">非现场执法统计<span class="detail" @click="skipPage">(<label>详情</label>)</span></div>
|
||||
<div class="time">
|
||||
<span :class="{ active: isMonthActive }" @click="toggleTimeRange('1')">月</span>
|
||||
|
|
|
|||
|
|
@ -111,9 +111,7 @@
|
|||
<div class="label">监测预警总数</div>
|
||||
<div class="num">{{ sumNum }}<span>次</span></div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<div ref="chart1" style="height: 100%; width: 100%;"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -184,12 +184,7 @@ public class BigScreenController {
|
|||
return Ok.of(bigScreenService.findEnterprisesByBusinessRating(businessRating));
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据企业id查询企业执法信息
|
||||
*
|
||||
* @param enterpriseId 企业id
|
||||
* @return 企业列表
|
||||
*/
|
||||
|
||||
@GetMapping("/qyxx/zfxx")
|
||||
public Result<List<EnforcementInfo>> getEnforcementInfoByEnterpriseId(String enterpriseId) {
|
||||
return Ok.of(bigScreenService.findEnforcementInfoByEnterpriseId(enterpriseId));
|
||||
|
|
|
|||
Loading…
Reference in New Issue