From 4ed8065851f6c05b1e4714bd4b77ce9c81882edd Mon Sep 17 00:00:00 2001 From: betaqi <3188864257@qq.com> Date: Wed, 30 Jul 2025 17:17:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=AE=BE=E5=A4=87=E5=BA=93=E5=AD=98):=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=80=BB=E6=9D=A1=E6=95=B0=20=E5=BA=8F?= =?UTF-8?q?=E5=8F=B7=20=E5=BA=93=E5=AD=98=E8=AE=BE=E5=A4=87=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dashboard/Edfs-table/index.vue | 2 +- src/pages/deviceInfo/index.vue | 5 ++++ .../deviceStorage/components/data-filter.vue | 30 ++++++++++++++++++- src/pages/deviceStorage/index.vue | 5 ++++ 4 files changed, 40 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/Edfs-table/index.vue b/src/components/dashboard/Edfs-table/index.vue index 9d2b539..80a8aff 100644 --- a/src/components/dashboard/Edfs-table/index.vue +++ b/src/components/dashboard/Edfs-table/index.vue @@ -26,7 +26,7 @@ v-model:current-page="currentPage" v-model:page-size="pageSize" :width-type="1" - layout="prev, pager, next, jumper" + layout="total,prev, pager, next, jumper" :total="pageTotal" background @current-change="onPageCurrentChange" diff --git a/src/pages/deviceInfo/index.vue b/src/pages/deviceInfo/index.vue index ed5cb0d..428f3d9 100644 --- a/src/pages/deviceInfo/index.vue +++ b/src/pages/deviceInfo/index.vue @@ -24,6 +24,11 @@ row-class-name="row" @pageCurrentChange="handleJump" > + + +