往来核销处理列表: 币种字段名修改
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>),/* 国际化处理: 币种*/
|
title: (<div fieldid="m_currtypeName" className="mergecells">{json['20020VRIFYPAGE-000034']}</div>),/* 国际化处理: 币种*/
|
||||||
dataIndex: "currtypeName",
|
dataIndex: "m_currtypeName",
|
||||||
key: "currtypeName",
|
key: "m_currtypeName",
|
||||||
width: 100,
|
width: 100,
|
||||||
render: (text, record, index) => {
|
render: (text, record, index) => {
|
||||||
return (
|
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