审核结果:
{{ detail.auditResult === 1 ? '通过' : '驳回' }}
总价:
{{ Number(detail.deposit || 0) + Number(detail.finalPayment || 0) }}
定金: {{ detail.deposit || '0' }}
尾款: {{ detail.finalPayment || '0' }}
备注:
{{ detail.auditRemark || '-' }}
审核时间:
{{ detail.auditTime || '-' }}
审核人:
{{ detail.auditByName || '-' }}