Compare commits

..

No commits in common. "f12c278111e45bf29fd27d9f8d3e82e43426215e" and "b226670f103939a6e4a22bf42b096a16c1fcf9ee" have entirely different histories.

1 changed files with 0 additions and 9 deletions

View File

@ -35,15 +35,6 @@
<view class="flex-between mt-10 subtitle"> <view class="flex-between mt-10 subtitle">
<text>风险四色图数{{item.fourCount}}</text> <text>风险四色图数{{item.fourCount}}</text>
</view> </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"> <view class="flex-end mt-10 see_btn">
<u-button type="primary" text="查看" size="mini" @click="fnNavigatorDetail(item.CORPINFO_ID)"></u-button> <u-button type="primary" text="查看" size="mini" @click="fnNavigatorDetail(item.CORPINFO_ID)"></u-button>
</view> </view>