From 13bd58a93202697eb3a1585e674f78c47617a367 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com>
Date: Mon, 28 Apr 2025 10:43:28 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=BB=9F=E8=AE=A1=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/commonBookTags/shopproduct.vue | 113 +++++++++++++-----
src/views/modules/points/cateList.vue | 20 ++--
2 files changed, 91 insertions(+), 42 deletions(-)
diff --git a/src/views/components/commonBookTags/shopproduct.vue b/src/views/components/commonBookTags/shopproduct.vue
index 1020598..b8d045d 100644
--- a/src/views/components/commonBookTags/shopproduct.vue
+++ b/src/views/components/commonBookTags/shopproduct.vue
@@ -21,9 +21,7 @@
label-width="20px"
style="width: 80px !important"
>
- 查询
+ 查询
@@ -87,7 +85,7 @@
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="current"
- :page-sizes="[50, 100, 200]"
+ :page-sizes="pageSizes ? pageSizes : [50, 100, 200]"
:page-size="limit"
layout="total, sizes, prev, pager, next, jumper"
:total="total"
@@ -139,7 +137,8 @@
-