feat(M08-B): 补后台协作与结算详情

This commit is contained in:
Codex
2026-06-30 10:02:17 +08:00
parent 9506021b29
commit f59beb0e75
15 changed files with 529 additions and 23 deletions
+5 -1
View File
@@ -36,6 +36,7 @@ for (const route of [
'/assign',
'/complete',
'/reject',
'/members',
'/cleaning/reclaim-timeouts',
'/cleaning/settlements?',
'/cleaning/settlements',
@@ -48,17 +49,20 @@ for (const route of [
}
const tasks = read('admin/src/components/CleaningTasksPanel.vue');
for (const pattern of ['指派', '验收', '驳回', '回收', 'photoUrls']) {
for (const pattern of ['指派', '验收', '驳回', '回收', '成员', '协作者管理', 'photoUrls']) {
assert.match(tasks, new RegExp(pattern.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));
}
const settlements = read('admin/src/components/CleaningSettlementsPanel.vue');
for (const pattern of [
'详情',
'生成',
'确认',
'转账',
'同步',
'失败',
'结算单详情',
'getCleaningSettlementDetail',
'微信转账预检',
'preflightWechatTransfer',
'MOCK'