feat(M08-B): 补统计保洁员筛选

This commit is contained in:
Codex
2026-06-30 17:56:35 +08:00
parent e6bb5e6dc6
commit 78fb6ed2d0
12 changed files with 95 additions and 23 deletions
+4 -1
View File
@@ -114,7 +114,10 @@ for (const pattern of [
'paidSettlementCents',
'门店明细',
'成员分账',
'pendingSettlementCents'
'pendingSettlementCents',
'filterDraft.cleanerUserId',
'cleanerLabel',
'el-select'
]) {
assert.match(statistics, new RegExp(pattern.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));
}