From 92d75bf36969a8227273ae55fa388e5b6360fb14 Mon Sep 17 00:00:00 2001
From: lys <971387674@qq.com>
Date: Mon, 21 Oct 2024 15:47:06 +0800
Subject: [PATCH] =?UTF-8?q?custom/=E9=A2=86=E6=82=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../lingyue/historyVouncherSummary/historyVouncherDetail.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/historyVouncherSummary/historyVouncherDetail.js b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/historyVouncherSummary/historyVouncherDetail.js
index 74810a15..81ab689f 100644
--- a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/historyVouncherSummary/historyVouncherDetail.js
+++ b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/historyVouncherSummary/historyVouncherDetail.js
@@ -43,7 +43,10 @@ class HistoryVouncherDetail extends Component {
...o, render: text => {
let arr = [];
text && text.map(v => {
- arr.push({`${v.fzhslx}:${v.bh}/${v.mc}`});
+ arr.push(
+ {`${v.fzhslx}:${v.bh}/${v.mc}`}
+
+ );
});
return ({arr});
}