-
+
-
+
搜索
diff --git a/src/views/shop/order/index.vue b/src/views/shop/order/index.vue
index 7d75ee3..1f6ce85 100644
--- a/src/views/shop/order/index.vue
+++ b/src/views/shop/order/index.vue
@@ -31,7 +31,7 @@ const searchFormParams = ref({
});
const pagination = ref({
- pageSize: 5,
+ pageSize: 8,
currentPage: 1,
total: 0
});
@@ -137,20 +137,20 @@ getList();
-->
-
+
-
+
-
+
-
-
+
+
@@ -158,7 +158,7 @@ getList();
-
+
@@ -166,17 +166,17 @@ getList();
-
+
-
+
搜索
-
+
重置
-
+
-
+
{{ row.goodsNames.split(',').join(', ') }}
@@ -245,15 +245,34 @@ getList();
-->
-
+ :page-sizes="[8, 10, 20, 50]" layout="total, sizes, prev, pager, next, jumper" :total="pagination.total"
+ @size-change="onSizeChange" @current-change="onCurrentChange" class="pagination" />
+
-
\ No newline at end of file
diff --git a/src/views/user/ab98/index.vue b/src/views/user/ab98/index.vue
index 947b46f..dc520ab 100644
--- a/src/views/user/ab98/index.vue
+++ b/src/views/user/ab98/index.vue
@@ -115,12 +115,12 @@ onMounted(() => {