往来核销处理列表: 币种字段名修改
This commit is contained in:
parent
62badd579a
commit
471f11bcc8
|
@ -2817,13 +2817,13 @@ class ExportVrify extends Component {
|
|||
}
|
||||
},
|
||||
{
|
||||
title: (<div fieldid="currtypeName" className="mergecells">{json['20020VRIFYPAGE-000034']}</div>),/* 国际化处理: 币种*/
|
||||
dataIndex: "currtypeName",
|
||||
key: "currtypeName",
|
||||
title: (<div fieldid="m_currtypeName" className="mergecells">{json['20020VRIFYPAGE-000034']}</div>),/* 国际化处理: 币种*/
|
||||
dataIndex: "m_currtypeName",
|
||||
key: "m_currtypeName",
|
||||
width: 100,
|
||||
render: (text, record, index) => {
|
||||
return (
|
||||
<div fieldid="currtypeName" className="defovercol">{text==null||(text&&!text.display)?<span> </span>:text.display}</div>
|
||||
<div fieldid="m_currtypeName" className="defovercol">{text==null||(text&&!text.display)?<span> </span>:text.display}</div>
|
||||
);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue