feat(M08-B): 补任务列表导出

This commit is contained in:
Codex
2026-07-05 15:39:02 +08:00
parent d6bb9ccb1e
commit a50c6afdbe
6 changed files with 64 additions and 11 deletions
+7 -1
View File
@@ -97,7 +97,13 @@ for (const pattern of [
'cleanerLabel',
'filterDraft',
'门店 ID',
'筛选'
'筛选',
'导出',
'exportTasks',
'cleaning-tasks',
'downloadCsv',
'csvCell',
'photoUrls?.length'
]) {
assert.match(tasks, new RegExp(pattern.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));
}