From cce7cb3be9927c498d94923a8385109cfcadd1b7 Mon Sep 17 00:00:00 2001 From: guoyue Date: Wed, 21 Sep 2022 22:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=9F=8E=E5=B8=82=E4=BA=91?= =?UTF-8?q?=E8=84=91=E4=BC=9A=E5=AE=A2=E5=8E=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 27aec4f0..d1bdda27 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -395,7 +395,7 @@ destroyOnClose @cancel="videoClean">
-
+

@@ -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; } +