{{ getKey(clrType, scope.row.reconciliationType) }}
{{ getKey(insutypes, scope.row.insuranceType) }}
未对账
{{ reconciliationResult[0] }}
{{
reconciliationResult[scope.row.reconciliationResult as keyof typeof reconciliationResult] || '未知状态'
}}
{{ formatDate(scope.row.beginTime) }}
{{ formatDate(scope.row.endTime) }}