From 704cfb08dd01640e423484fa5a563bbc97fc30c9 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Thu, 24 Nov 2022 15:52:18 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/DetailsPageconetent.vue | 8 +++-- .../views/home/infrastructureApplication.vue | 3 +- .../components/CameraPopupOnMap.vue | 31 ++++++++++++------- 3 files changed, 28 insertions(+), 14 deletions(-) diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index 777c3408..b8c0ea1c 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -143,7 +143,7 @@ show-size-changer show-less-items show-quick-jumper - :showTotal="total => `共 ${total} 项`" + :showTotal="(total) => `共 ${total} 项`" :total="resourceTotal" :page-size-options="pageSizeOptions" @change="pageChange" @@ -514,7 +514,11 @@ -
+
diff --git a/front/src/views/home/infrastructureApplication.vue b/front/src/views/home/infrastructureApplication.vue index 0de53190..c51a44cc 100644 --- a/front/src/views/home/infrastructureApplication.vue +++ b/front/src/views/home/infrastructureApplication.vue @@ -2,7 +2,7 @@ * @Author: Light * @Date: 2022-11-18 11:53:43 * @LastEditors: Light - * @LastEditTime: 2022-11-23 10:32:10 + * @LastEditTime: 2022-11-24 15:43:35 * @Description: 告诉大家这是什么 -->