|
|
@@ -4,7 +4,7 @@ |
|
|
|
<SelectRadio v-model="search.CameraId" align="center" placeholder="请选择摄像头" @change="refresh" |
|
|
|
:options="allOptions.monitorList" /> |
|
|
|
</view> |
|
|
|
<u-empty marginTop="100rpx" :show="false" mode="list" text="暂无数据"></u-empty> |
|
|
|
<u-empty marginTop="100rpx" :show="list.length == 0&&status == 'nomore'" mode="list" text="暂无数据"></u-empty> |
|
|
|
<u-list @scrolltolower="scrolltolower" style="height: calc(100% - 150rpx);"> |
|
|
|
<u-list-item v-for="(item, index) in list" :key="index"> |
|
|
|
<u-checkbox v-if="isManage" :name="item.name" shape="circle" label=""></u-checkbox> |
|
|
|