[功能优化](pet):

解决企业风险四色图统计数字不对的情况,增加风险告知卡数统计,三人以上分布图数统计,人员聚集场所分布图数统计
dev
huangyuxuan 2024-12-24 17:26:31 +08:00
parent f653988292
commit 16bf72187a
1 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,15 @@
<view class="flex-between mt-10 subtitle">
<text>风险四色图数{{item.fourCount}}</text>
</view>
<view class="flex-between mt-10 subtitle">
<text>风险告知卡数{{item.gaoCount}}</text>
</view>
<view class="flex-between mt-10 subtitle">
<text>三人以上分布图数{{item.threePeopleCount}}</text>
</view>
<view class="flex-between mt-10 subtitle">
<text>人员聚集场所分布图数{{item.PeoplesCount}}</text>
</view>
<view class="flex-end mt-10 see_btn">
<u-button type="primary" text="查看" size="mini" @click="fnNavigatorDetail(item.CORPINFO_ID)"></u-button>
</view>