feat: adjust page size, fix missing stock column, and implement smart SKU aggregation when SN is hidden

This commit is contained in:
DXC
2026-03-23 11:13:43 +08:00
parent 2574da03e5
commit d53362f06f
2 changed files with 36 additions and 2 deletions

View File

@ -844,7 +844,7 @@ const tempCategorySuffix = ref<string>('');
const queryParams = reactive<QueryParams>({
pageNum: 1,
pageSize: 100,
pageSize: 10,
keyword: '',
searchField: 'all',
category: '',