Merge branch '20220518-折叠以后再展开才是实际的数据' of http://10.124.128.2:8888/eshop/fe_service_ebtp_frontend into 20220507-MAC地址强控

This commit is contained in:
jl-zhoujl2
2022-05-19 12:55:22 +08:00
10 changed files with 38 additions and 45 deletions

View File

@ -68,14 +68,7 @@ const ViewBlacklistFormModal: React.FC<ViewBlacklistFormModalProps> = (props) =>
return a;
}
},
{
title: '黑名单等级', dataIndex: 'lv', render: (_, record) => {
if (record.isBlack == "1") {
return (isEmpty(record.lv) || record.lv == "1") ? '一级' : '二级';
}
return '';
}
},
{ title: '黑名单等级', dataIndex: 'lvName', },
{ title: '黑名单开始时间', dataIndex: 'startTime', },
{ title: '黑名单结束时间', dataIndex: 'endTime', },
{ title: '黑名单期限', dataIndex: 'term', },

View File

@ -32,10 +32,7 @@ const ViewInvoiceFormModal: React.FC<ViewInvoiceFormModalProps> = (props) => {
dataIndex: 'ouName',
}, {
title: '黑名单等级',
dataIndex: 'reserved5',
render: (_: any, record: any) => {
return (isEmpty(record.reserved5) || record.reserved5 == "1") ? '一级' : '二级';
}
dataIndex: 'lvName',
}, {
title: '黑名单开始时间',
dataIndex: 'startTime',