diff --git a/src/gl/verify/verify/vrify/exportVrify.js b/src/gl/verify/verify/vrify/exportVrify.js index 24f19b5..1a69a0a 100644 --- a/src/gl/verify/verify/vrify/exportVrify.js +++ b/src/gl/verify/verify/vrify/exportVrify.js @@ -2321,13 +2321,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}
); } },