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}
);
}
},