fix:隐藏重点工程公司列表 显示其他详情
parent
056fbc6210
commit
1b237cca8a
|
@ -30,6 +30,19 @@
|
||||||
<text>重点工程数:{{item.OUTSOURCED_COUNT}}</text>
|
<text>重点工程数:{{item.OUTSOURCED_COUNT}}</text>
|
||||||
<u-button type="primary" text="进入" size="mini" class="bth-mini" @click="fnNavigatorDetail(item.CORPINFO_ID)"/>
|
<u-button type="primary" text="进入" size="mini" class="bth-mini" @click="fnNavigatorDetail(item.CORPINFO_ID)"/>
|
||||||
</view>
|
</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>
|
</view>
|
||||||
</u-list-item>
|
</u-list-item>
|
||||||
</u-list>
|
</u-list>
|
||||||
|
|
Loading…
Reference in New Issue