15527 监管端app 重点工程 没有显示在线视频数
parent
ffb4593b66
commit
40d5463446
|
@ -9,10 +9,7 @@
|
|||
clearable
|
||||
shape="circle"
|
||||
></u--input>
|
||||
<view class="ml-10">
|
||||
<u-button class="bth-mini ml-10" type="success" text="确定" @click="resetList"></u-button>
|
||||
</view>
|
||||
|
||||
<u-button class="bth-mini ml-10" type="success" text="确定" @click="resetList"></u-button>
|
||||
</view>
|
||||
<u-list @scrolltolower="scrolltolower" v-if="list.length > 0">
|
||||
<u-list-item v-for="(item, index) in list" :key="index">
|
||||
|
@ -31,9 +28,9 @@
|
|||
</view>
|
||||
<view class="flex-between mt-10 subtitle">
|
||||
<text>重点工程数:{{item.OUTSOURCED_COUNT}}</text>
|
||||
|
||||
</view>
|
||||
<view class="see_btn">
|
||||
<view class="flex-between mt-10 subtitle">
|
||||
<text>在线视频数:{{item.ONLINE_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">-->
|
||||
|
@ -114,11 +111,7 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.see_btn{
|
||||
width: 200rpx;
|
||||
float: right;
|
||||
}
|
||||
<style scoped>
|
||||
.btn-corner-label::before,
|
||||
.btn-corner-label::after {
|
||||
content: attr(data-label); /* 使用 attr 获取按钮的 data-label 属性的值作为角标内容 */
|
||||
|
|
Loading…
Reference in New Issue