align(商品类目): el-tree 节点补来源(内置/自定义)/排序/备注展示、行内编辑删除(有子禁用)、按需懒加载子级+加载更多(已加载x/y)、搜索表格补来源列、按钮名/占位对齐(对齐 admin.js renderProductCategoryRows/loadProductCategoryChildren)

This commit is contained in:
2026-09-05 23:18:27 +08:00
parent a8d08c4d39
commit 603822a6c1
5 changed files with 303 additions and 15 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ test('test_task_256_category_normal_repeated_operation_is_idempotent', () => {
test('test_task_256_category_boundary_empty_input', () => {
const page = readSource('src/pages/asin/ProductCategoryPage.vue')
assert.match(page, /新增类目/, '需保留新增类目')
// 对齐 admin.html:顶部按钮名「新增类目」;选中节点后仍可新增类目
assert.match(page, /新增类目/, '顶部新增类目入口')
assert.match(page, /新增子类目/, '需保留新增子类目')
})