From 16fb3e6e85528e7e84873ce12734b7368c3c34e4 Mon Sep 17 00:00:00 2001 From: dhy1725534722 <1725534722@qq.com> Date: Thu, 14 Sep 2023 09:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/myPagination/index.vue | 8 +++---- src/views/yingji/enforcing.vue | 20 +++++++++------- src/views/yingji/focusEnter.vue | 26 +++++++++++---------- 3 files changed, 29 insertions(+), 25 deletions(-) diff --git a/src/views/components/myPagination/index.vue b/src/views/components/myPagination/index.vue index 9bfe050..5718ef4 100644 --- a/src/views/components/myPagination/index.vue +++ b/src/views/components/myPagination/index.vue @@ -63,12 +63,12 @@ export default { // } else if ( this.total > - this.current * this.size + this.pageNum * this.pageSize ) { - return this.current * this.size; + return this.pageNum * this.pageSize; } else if ( - this.total < this.current * this.size || - this.total == this.current * this.size + this.total < this.pageNum * this.pageSize || + this.total == this.pageNum * this.pageSize ) { return this.total; } diff --git a/src/views/yingji/enforcing.vue b/src/views/yingji/enforcing.vue index 3efe73e..251d401 100644 --- a/src/views/yingji/enforcing.vue +++ b/src/views/yingji/enforcing.vue @@ -23,9 +23,9 @@
区划:
- - - + +
@@ -83,8 +83,8 @@ header-align="center" > - - +