mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 19:07:25 +08:00
refactor(分页): 统一调整分页大小选项为[20, 50, 100]并更新默认pageSize
style(售后订单): 优化商品图片样式,添加圆角和固定宽高 docs(售后订单): 更新售后状态显示文本,使其更清晰易懂
This commit is contained in:
@@ -413,7 +413,7 @@ export default {
|
||||
// 退单订单
|
||||
refundParams: {
|
||||
pageNumber: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
searchType: "LAST_SEVEN",
|
||||
storeId: JSON.parse(Cookies.get("userInfoSeller")).id || "",
|
||||
year: "",
|
||||
|
||||
Reference in New Issue
Block a user