From 3fd8dcf10cb28c248d693750f3f52a66f5f980a4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 08 一月 2026 13:57:03 +0800
Subject: [PATCH] 军泰伟业 1.仓储物流只留成品和原料

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

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

--
Gitblit v1.9.3