task-273(验收反馈): 店铺数据卡片宫格排(一行3个/一页9张+卡片分页)

This commit is contained in:
2026-09-06 01:48:57 +08:00
parent 8add3ceaa4
commit 0315a3a93d
4 changed files with 65 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ test('test_task_266_view_normal_primary_path', () => {
// 视图已改为「每条任务一张卡」(对齐 admin.js renderShopDataRecordTable)。
const page = readSource('src/pages/tasks/ShopDataTasksPage.vue')
assert.match(page, /shop-card-grid/, '需任务卡片网格')
assert.match(page, /v-for="row in allResultRows"/, '逐任务渲染卡片')
assert.match(page, /v-for="row in pagedResultRows"/, '逐任务渲染卡片')
assert.match(page, /shop-card-task-no/, '卡片含任务号')
assert.match(page, /暂无符合条件的店铺数据任务/, '空态文案')
})