+
@@ -659,7 +659,7 @@ const selectedRowKeys = ref([])
const tabList = ref([
{
title: '设施类型',
- content: isXiHaiAn ? ['视频资源', '城市云脑会客厅'] : ['视频资源', '云资源', '感知资源', '城市云脑会客厅'],
+ content: isXiHaiAn ? ['视频资源'] : ['视频资源', '云资源', '感知资源', '城市云脑会客厅'],
},
{
title: '视频标签',
@@ -1261,6 +1261,8 @@ const getSoldierData = (indexFather, name) => {
return message.error(res.data.msg)
}
let { list = [], total = 0 } = res.data.data;
+ console.log('total------------>', total);
+
pagination.value.total = total
if (name == '无人机') {
list.map((wrj) => {
@@ -2085,4 +2087,5 @@ const showMsg = () => {
video::-webkit-media-controls {
display: none !important;
}
+