refactor(分页): 统一调整分页大小选项为[20, 50, 100]并更新默认pageSize

style(售后订单): 优化商品图片样式,添加圆角和固定宽高
docs(售后订单): 更新售后状态显示文本,使其更清晰易懂
This commit is contained in:
pikachu1995@126.com
2025-10-27 18:34:01 +08:00
parent 86dbc0d86e
commit 4efbec5741
16 changed files with 47 additions and 42 deletions

View File

@@ -192,6 +192,7 @@
show-sizer
show-elevator
:total="total"
:page-size-opts="[20, 50, 100]"
/>
</div>
</Card>
@@ -487,7 +488,7 @@ export default {
// 退单订单
refundParams: {
pageNumber: 1,
pageSize: 10,
pageSize: 20,
searchType: "LAST_SEVEN",
storeId: "",
year: "",