feat(M08-B): 补运营待处理入口

This commit is contained in:
Codex
2026-07-05 14:43:04 +08:00
parent 9f6e267d43
commit 2fa1f079df
7 changed files with 119 additions and 11 deletions
+9 -1
View File
@@ -32,7 +32,13 @@ for (const pattern of [
'handleSyncTransfer',
'handleSyncTransferMany',
'handleCompleteMany',
'handleRejectMany'
'handleRejectMany',
'运营待处理',
'jumpToTaskStatus',
'jumpToSettlementStatus',
'draftSettlementTotal',
'待确认结算',
'待发放金额'
]) {
assert.match(app, new RegExp(pattern.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));
}
@@ -164,6 +170,8 @@ assert.match(styles, /\.cleaner-select/);
assert.match(styles, /\.option-row/);
assert.match(styles, /\.filter-select/);
assert.match(styles, /\.narrow-input/);
assert.match(styles, /\.action-board/);
assert.match(styles, /\.action-tile/);
assert.match(styles, /@media \(max-width: 980px\)/);
assert.match(styles, /@media \(max-width: 560px\)/);