feat(M08-B): 补现场执行记录追溯

This commit is contained in:
Codex
2026-08-10 09:46:11 +08:00
parent 01e86e6856
commit 90e230c153
3 changed files with 306 additions and 11 deletions
+13
View File
@@ -307,7 +307,18 @@ for (const pattern of [
'exportSnapshot',
'importSnapshot',
'qipai.cleaning.field-handoff.snapshot.v1',
'qipai.cleaning.field-handoff.snapshot.v2',
'cleaning-field-handoff-snapshot',
'qipai.cleaning.field-handoff.executions',
'executionHistory',
'openExecutionHistory',
'appendExecutionRecord',
'normalizeExecutionRecords',
'selectedExecutionRecords',
'canAppendExecution',
'现场执行记录',
'追加记录',
'执行记录数',
'categoryProgress',
'passPercent',
'handoff-category-progress',
@@ -405,6 +416,8 @@ assert.match(styles, /\.handoff-verdict/);
assert.match(styles, /\.handoff-status-select/);
assert.match(styles, /\.handoff-bulk-form/);
assert.match(styles, /\.handoff-blockers/);
assert.match(styles, /\.handoff-execution-list/);
assert.match(styles, /\.handoff-execution-form/);
assert.match(styles, /\.cleaner-performance-board/);
assert.match(styles, /\.cleaner-performance-grid/);
assert.match(styles, /\.cleaner-performance-card/);