3.24 风险点展示黑名单增加黑名单等级字段

This commit is contained in:
jl-zhoujl2
2022-03-24 09:01:07 +08:00
parent a3b939d154
commit dc5f496bfe
2 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,7 @@ const ViewBlacklistFormModal: React.FC<ViewBlacklistFormModalProps> = (props) =>
return a;
}
},
{ title: '黑名单等级', dataIndex: 'lv', },
{ title: '黑名单开始时间', dataIndex: 'startTime', },
{ title: '黑名单结束时间', dataIndex: 'endTime', },
{ title: '黑名单期限', dataIndex: 'term', },

View File

@ -30,6 +30,9 @@ const ViewInvoiceFormModal: React.FC<ViewInvoiceFormModalProps> = (props) => {
},{
title: '省分',
dataIndex: 'ouName',
},{
title: '黑名单等级',
dataIndex: 'lv',
},{
title: '黑名单开始时间',
dataIndex: 'startTime',