diff --git a/src/views/away/index.vue b/src/views/away/index.vue index d3e9942..c4fe815 100644 --- a/src/views/away/index.vue +++ b/src/views/away/index.vue @@ -446,11 +446,11 @@ export default { label: "财务审核", customFn:row => { if(row.financial_status===1){ - return (待确认1) + return (待确认) }else if(row.financial_status===3){ - return (确认中3) + return (确认中) }else if(row.financial_status===2){ - return (已确认2) + return (已确认) }else{ } diff --git a/src/views/finance/paymentRegistrationList.vue b/src/views/finance/paymentRegistrationList.vue index e6bf9e9..a1fe3c2 100644 --- a/src/views/finance/paymentRegistrationList.vue +++ b/src/views/finance/paymentRegistrationList.vue @@ -304,7 +304,7 @@ export default { fixed: this.$store.getters.device === 'mobile'?false:'left', align: "left", customFn: row => { - return ({ row.contract_id ? row.contract.name : row.away.title }) + return ({ row.contract_id ? (row.contract?row.contract.name:"") : (row.away?row.away.title:'') }) } }, {