From fab6326bf9df3c6db59718bad8f42b0212c73a9e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 06 一月 2026 15:59:45 +0800
Subject: [PATCH] 双奇点迁移仓库

---
 src/components/PIMTable/PIMTable.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/components/PIMTable/PIMTable.vue b/src/components/PIMTable/PIMTable.vue
index d7bb422..12d73ad 100644
--- a/src/components/PIMTable/PIMTable.vue
+++ b/src/components/PIMTable/PIMTable.vue
@@ -204,7 +204,7 @@
     </el-table-column>
   </el-table>
   <pagination
-    v-if="page.total > 0"
+		v-if="isShowPage"
     :total="page.total"
     :layout="page.layout"
     :page="page.current"
@@ -268,6 +268,10 @@
     type: Boolean,
     default: false,
   },
+	isShowPage: {
+    type: Boolean,
+    default: true,
+  },
   isShowSummary: {
     type: Boolean,
     default: false,

--
Gitblit v1.9.3