执法一张图增加详情钻取等功能
This commit is contained in:
parent
a12e5fc501
commit
27b6ffe381
|
|
@ -36,7 +36,12 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="right-profile">
|
||||
gzt_tcdl" @click="handleLogout" title="退出"></i>
|
||||
<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>
|
||||
<i class="iconfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -36,8 +36,7 @@ public class BigScreenService {
|
|||
|
||||
private final BigScreenRepository bigScreenRepository;
|
||||
private final OnlinePatrolRepository onlinePatrolRepository;
|
||||
private final EnterpriseRepository enterpriseRepository;
|
||||
private final EnforcementInfoRepository enforcementInfoRepository;
|
||||
Repository;
|
||||
private final EnforcementInfoService enforcementInfoService;
|
||||
private final EnforceCheckRepository enforceCheckRepository;
|
||||
private final OfficerRepository officerRepository;
|
||||
|
|
|
|||
Loading…
Reference in New Issue