|
|
@@ -156,11 +156,11 @@ const InvoiceReceivables = () => {
|
|
|
)
|
|
|
},
|
|
|
{
|
|
|
- dataIndex: 'irid',
|
|
|
+ dataIndex: 'invoiceNo',
|
|
|
title: '发票号',
|
|
|
align: 'center',
|
|
|
- render: (irid, record) => (
|
|
|
- <>{!record.isRed ? <span>{irid}</span> : <span className="text-red-500">{irid}</span>}</>
|
|
|
+ render: (invoiceNo, record) => (
|
|
|
+ <>{!record.isRed ? <span>{invoiceNo}</span> : <span className="text-red-500">{invoiceNo}</span>}</>
|
|
|
)
|
|
|
},
|
|
|
{
|