From fcbc54ca8fa54799f01b15f3d26e7b14bac6f560 Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Mon, 7 Jul 2025 09:59:42 +0800
Subject: [PATCH] up
---
src/views/away/index.vue | 6 +++---
src/views/finance/paymentRegistrationList.vue | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
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:'') })
}
},
{