feat(M08-B): 补保洁统计导出

This commit is contained in:
Codex
2026-07-06 14:43:19 +08:00
parent 6c977632c0
commit a067c1d020
6 changed files with 91 additions and 10 deletions
+4
View File
@@ -178,6 +178,10 @@ for (const pattern of [
'pendingSettlementCents',
'filterDraft.cleanerUserId',
'cleanerLabel',
'exportStatistics',
'cleaning-statistics',
'downloadCsv',
'csvCell',
'el-select'
]) {
assert.match(statistics, new RegExp(pattern.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));