币种字段名修改
This commit is contained in:
		
							parent
							
								
									778069a87d
								
							
						
					
					
						commit
						62badd579a
					
				|  | @ -2321,13 +2321,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