订单号:
{{ form.orderCode }}
实际服务:
{{ form.serviceName }}
履约者:
{{ form.fulfillerName }}
履约佣金:
{{ (form.fulfillmentCommission / 100).toFixed(2) }} 元
提交时间:
{{ parseTime(form.createTime) }}
审核状态:
{{ subOrderAppealDict.AuditStatus[form.auditStatus]?.label || form.auditStatus }}
审核人:
{{ form.auditorName || '-' }}
审核时间:
{{ parseTime(form.auditTime) || '-' }}
驳回理由:
{{ form.rejectReason }}