Compare commits

...

2 Commits

Author SHA1 Message Date
huangyuxuan f12c278111 Merge remote-tracking branch 'origin/pet' into pet 2025-01-09 17:07:11 +08:00
huangyuxuan 16bf72187a [功能优化](pet):
解决企业风险四色图统计数字不对的情况,增加风险告知卡数统计,三人以上分布图数统计,人员聚集场所分布图数统计
2024-12-24 17:26:31 +08:00
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>