feat(M08-B): 补运营待处理入口
This commit is contained in:
@@ -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\)/);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user