feat(需求): ①全站列表/卡片分页统一为共享 OldPagination(共N条+10/20/50/100条数可选+跳页) ②创建用户菜单权限改左右布局(后台|桌面端并排) ③修复角色筛选失效(normalizeUserPageParams 白名单丢 role 字段)
This commit is contained in:
@@ -13,7 +13,7 @@ test('align_shop_data_grid_normal_primary_path', () => {
|
||||
|
||||
test('align_shop_data_grid_normal_variant_input', () => {
|
||||
const src = readSource(PAGE)
|
||||
assert.match(src, /cardPageSize\s*=\s*9|pageSize\s*=\s*9/, '卡片分页每页 9 张')
|
||||
assert.match(src, /cardPageSize = ref\(10\)|cardPageSize\.value/, '卡片分页默认 10 张且可调')
|
||||
assert.match(src, /cardPage\b/, '应有卡片页状态')
|
||||
assert.match(src, /pagedResultRows|cardPageRows/, '卡片应绑定按 9 张切片的数据')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user