3.24 风险点展示黑名单增加黑名单等级字段
This commit is contained in:
@ -67,6 +67,7 @@ const ViewBlacklistFormModal: React.FC<ViewBlacklistFormModalProps> = (props) =>
|
||||
return a;
|
||||
}
|
||||
},
|
||||
{ title: '黑名单等级', dataIndex: 'lv', },
|
||||
{ title: '黑名单开始时间', dataIndex: 'startTime', },
|
||||
{ title: '黑名单结束时间', dataIndex: 'endTime', },
|
||||
{ title: '黑名单期限', dataIndex: 'term', },
|
||||
|
@ -30,6 +30,9 @@ const ViewInvoiceFormModal: React.FC<ViewInvoiceFormModalProps> = (props) => {
|
||||
},{
|
||||
title: '省分',
|
||||
dataIndex: 'ouName',
|
||||
},{
|
||||
title: '黑名单等级',
|
||||
dataIndex: 'lv',
|
||||
},{
|
||||
title: '黑名单开始时间',
|
||||
dataIndex: 'startTime',
|
||||
|
Reference in New Issue
Block a user