feat(application): 移除专项检查模块
- 注释掉隐患整改和隐患记录功能入口 - 移除专项检查相关导航组件 - 清理对应的页面跳转链接和图标显示逻辑master
parent
cee154a987
commit
f4bb34b02c
|
|
@ -83,27 +83,27 @@
|
|||
</navigator>
|
||||
</view>
|
||||
</view>
|
||||
<view class="apps-row">
|
||||
<view class="apps-title">
|
||||
<text class="apps-title-line"></text>
|
||||
<text>专项检查</text>
|
||||
</view>
|
||||
<view class="apps-warp">
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/specialRectification/hidden/change/inspect-hidden-list">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-pc-1.png" mode=""></image>
|
||||
<view v-if="specialRectificationInspectHiddenCount" class="cu-tag badge">{{specialRectificationInspectHiddenCount}}</view>
|
||||
</view>
|
||||
<view class="text-semi">隐患整改</view>
|
||||
</navigator>
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/specialRectification/hidden/list/inspect-hidden-list">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-zl-2.png" mode=""></image>
|
||||
</view>
|
||||
<view class="text-semi">隐患记录</view>
|
||||
</navigator>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="apps-row">-->
|
||||
<!-- <view class="apps-title">-->
|
||||
<!-- <text class="apps-title-line"></text>-->
|
||||
<!-- <text>专项检查</text>-->
|
||||
<!-- </view>-->
|
||||
<!-- <view class="apps-warp">-->
|
||||
<!-- <navigator class="apps-item" hover-class="none" url="/pages/application/specialRectification/hidden/change/inspect-hidden-list">-->
|
||||
<!-- <view class="imgs action">-->
|
||||
<!-- <image src="../../static/icon-apps/icon-pc-1.png" mode=""></image>-->
|
||||
<!-- <view v-if="specialRectificationInspectHiddenCount" class="cu-tag badge">{{specialRectificationInspectHiddenCount}}</view>-->
|
||||
<!-- </view>-->
|
||||
<!-- <view class="text-semi">隐患整改</view>-->
|
||||
<!-- </navigator>-->
|
||||
<!-- <navigator class="apps-item" hover-class="none" url="/pages/application/specialRectification/hidden/list/inspect-hidden-list">-->
|
||||
<!-- <view class="imgs action">-->
|
||||
<!-- <image src="../../static/icon-apps/icon-zl-2.png" mode=""></image>-->
|
||||
<!-- </view>-->
|
||||
<!-- <view class="text-semi">隐患记录</view>-->
|
||||
<!-- </navigator>-->
|
||||
<!-- </view>-->
|
||||
<!-- </view>-->
|
||||
<view class="apps-row">
|
||||
<view class="apps-title">
|
||||
<text class="apps-title-line"></text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue