feat(M08-B): 补保洁员端统计看板

This commit is contained in:
Codex
2026-07-07 14:48:19 +08:00
parent eb0f58912e
commit 6979614aeb
10 changed files with 127 additions and 16 deletions
+7
View File
@@ -130,6 +130,13 @@ for (const pattern of [
'submitTask',
'photoUrls',
'pendingSettlementText',
'settledRewardText',
'completionRate',
'stats-board',
'任务总数',
'完成率',
'已结算',
'驳回',
'保洁任务'
]) {
assert.match(cleaner, new RegExp(pattern.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));