From 58a856920c73d1457d8dc46ca6029a3ebe7976bf Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 16 一月 2026 16:49:06 +0800
Subject: [PATCH] fix: 库存管理处添加库存预警显示
---
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