From 471f11bcc867a0e3da2454b2bccc8b9c177bcf48 Mon Sep 17 00:00:00 2001 From: xyz <747050115@qq.com> Date: Mon, 10 Mar 2025 09:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=80=E6=9D=A5=E6=A0=B8=E9=94=80=E5=A4=84?= =?UTF-8?q?=E7=90=86=E5=88=97=E8=A1=A8:=20=E5=B8=81=E7=A7=8D=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gl/verify/verify/vrify/exportVrify.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gl/verify/verify/vrify/exportVrify.js b/src/gl/verify/verify/vrify/exportVrify.js index 1a69a0a..c3d04a5 100644 --- a/src/gl/verify/verify/vrify/exportVrify.js +++ b/src/gl/verify/verify/vrify/exportVrify.js @@ -2817,13 +2817,13 @@ class ExportVrify extends Component { } }, { - title: (
{json['20020VRIFYPAGE-000034']}
),/* 国际化处理: 币种*/ - dataIndex: "currtypeName", - key: "currtypeName", + title: (
{json['20020VRIFYPAGE-000034']}
),/* 国际化处理: 币种*/ + dataIndex: "m_currtypeName", + key: "m_currtypeName", width: 100, render: (text, record, index) => { return ( -
{text==null||(text&&!text.display)? :text.display}
+
{text==null||(text&&!text.display)? :text.display}
); } },