From 5022e805982370412c16d3b630780595fe9f6cb1 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 05 一月 2026 09:51:27 +0800
Subject: [PATCH] 双奇点 1.修改采购、销售相关字段

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

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

--
Gitblit v1.9.3