feat(需求): ①账户域菜单/分组补筛选(名称/组长/类型) + 分组管理移除「数据权限分组」摘要卡 ②店铺密钥列表补筛选(备注/紫鸟账号) ③店铺数据记录两级分页常显 ④全站分组筛选下拉支持模糊搜索(el-select filterable,样式对齐蓝白42px)

This commit is contained in:
2026-09-06 23:31:05 +08:00
parent 3ef7cefe07
commit 4a9ddcab64
11 changed files with 243 additions and 103 deletions
+2 -2
View File
@@ -75,7 +75,7 @@ test('test_task_059_data_group_list_dependency_failure_returns_actionable_messag
assert.match(api, /shop-manages\/groups/)
assert.match(api, /parseShopGroupList/)
const page = readSource('src/pages/account/GroupsPage.vue')
assert.match(page, /shop-group-api|fetchShopGroups/)
assert.match(page, /shopGroupSummary|summary/)
assert.match(page, /shop-group-api|fetchShopGroups/, '页面走分组适配接口')
assert.match(page, /filterKeyword|filterLeader/, '分组列表已加名称/组长筛选')
assert.equal(/http\.(get|post)|unwrap\(/.test(page), false, '页面不内联请求')
})