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