任务号{{ detailDialog.task.taskNo }}
状态{{ detailDialog.task.status }}
奖励{{ money(detailDialog.task.rewardCents) }}
保洁员{{ compactText(detailDialog.task.cleanerUserId) }}
{{ detailDialog.task.storeName }} · {{ detailDialog.task.roomName || detailDialog.task.roomNo }}
{{ compactText(detailDialog.task.orderNo) }}
{{ compactText(detailDialog.task.requirement) }}
{{ compactText(detailDialog.task.rejectReason) }}
领取{{ shortDate(detailDialog.task.claimedAt) }}
开始{{ shortDate(detailDialog.task.startedAt) }}
提交{{ shortDate(detailDialog.task.submittedAt) }}
完成{{ shortDate(detailDialog.task.completedAt) }}
操作流水
最近 {{ detailDialog.events.length }} 条
导出流水
{{ compactText(row.fromStatus) }} → {{ row.toStatus }}
{{ compactText(row.actorId) }}
{{ compactText(row.note) }}
{{ shortDate(row.createdAt) }}
协作分账
{{ detailDialog.members.length }} 人
{{ row.nickname || compactText(row.userId) }}
ID {{ row.userId }}
{{ row.memberRole }}
{{ money(row.rewardCents) }}
{{ shortDate(row.settledAt) }}