fix:隐藏重点工程公司列表 显示其他详情

dev-2024年1月8日
dearlin 2023-11-24 15:16:31 +08:00
parent 056fbc6210
commit 1b237cca8a
1 changed files with 13 additions and 0 deletions

View File

@ -30,6 +30,19 @@
<text>重点工程数{{item.OUTSOURCED_COUNT}}</text>
<u-button type="primary" text="进入" size="mini" class="bth-mini" @click="fnNavigatorDetail(item.CORPINFO_ID)"/>
</view>
<!-- <view class="flex-between mt-10 subtitle">-->
<!-- <text>重点工程数{{ item.OUTSOURCED_COUNT }}</text>-->
<!-- <text>检查次数{{ item.CHECK_COUNT }}</text>-->
<!-- </view>-->
<!-- <view class="flex-between mt-10 subtitle">-->
<!-- <text>违约处罚次数{{ item.PUNISH_COUNT }}</text>-->
<!-- <text>违约处罚金额{{ item.AMOUT_SUM }}</text>-->
<!-- </view>-->
<!-- <view class="flex-between mt-10 subtitle">-->
<!-- <text>发现隐患数量{{ item.HIDDEN_COUNT }}</text>-->
<!-- <u-button type="primary" text="进入" size="mini" class="bth-mini"-->
<!-- @click="fnNavigatorDetail(item.CORPINFO_ID)"/>-->
<!-- </view>-->
</view>
</u-list-item>
</u-list>