feat: 产品列表页排序

- 为ProductType添加sort字段用于排序
- 产品列表页项目按照sort升序排序
This commit is contained in:
2025-11-08 15:34:42 +08:00
parent b4da838cae
commit bd894d6f2e
6 changed files with 64 additions and 26 deletions

View File

@ -19,6 +19,7 @@ export const useProductList = () => {
{
translations: ['id', 'name'],
},
'sort',
],
},
],