[{ "title": "原合同内容:币种", "dataIndex": "payCurrencyName", "key": "payCurrencyName", "width": "7%", "align": "center", "render": noData }, { "title": "原合同金额", "dataIndex": "originalAmount", "key": "originalAmount", "width": "7%", "align": "center", "render": (text, record) => { return ( {formatMoney(text, record.payCurrencyName)} ) } }, { "title": "已付金额", "dataIndex": "payAmount", "key": "payAmount", "width": "7%", "align": "center", "render": (text, record) => { return ( {formatMoney(text, record.payCurrencyName)} ) } }, { "title": "交易状态", "dataIndex": "statusName", "key": "statusName", "width": "7%", "align": "center", "render": noData }, { "title": "创建时间", "dataIndex": "createTime", "key": "createTime", "width": "7%", "align": "center", "render": noData }, { "title": "操作", "dataIndex": "operation", "key": "operation", "width": "7%", "align": "center", "render": (_, record) => { return (

{ record.status === 0 && <a onClick={() => { if (record.status === 0) { handleModalVisible(true, record, '查看') } }}>查看 }
) } }] export default columns

合同信息表 - 币种、金额、交易状态

原文地址: https://www.cveoy.top/t/topic/lhKd 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录