案例审核
重置
{{ row.maleRealName || '-' }}
{{ row.femaleRealName || '-' }}
{{ row.caseType === 1 ? '订婚' : row.caseType === 2 ? '领证结婚' : '-' }}
{{ formatDate(row.caseDate) }}
{{ getAuditStatusText(row.auditStatus) }}
{{ row.auditRemark || '-' }}
{{ formatDateTime(row.createdAt) }}
{{ formatDateTime(row.updatedAt) }}
{{ formatDateTime(row.auditedAt) }}
{{ row.auditDuration }}
-
审核
{{ currentRow?.maleRealName || '-' }}
{{ currentRow?.femaleRealName || '-' }}
审核通过
审核不通过
取消
确定