task-273(验收反馈): 店铺数据卡片宫格排(一行3个/一页9张+卡片分页)
This commit is contained in:
@@ -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, /暂无符合条件的店铺数据任务/, '空态文案')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user