5.6 供应商注册时间风险分析

This commit is contained in:
jl-zhoujl2
2023-05-06 16:42:17 +08:00
parent a582655e85
commit 301648bee5
19 changed files with 781 additions and 979 deletions

View File

@ -6,6 +6,7 @@ import ProForm, {
} from '@ant-design/pro-form';
import ProTable from "@ant-design/pro-table";
import {
AlertOutlined,
ClockCircleOutlined,
DownloadOutlined,
ExclamationCircleOutlined,
@ -368,7 +369,22 @@ const BiddingDocumentsDecrypt: React.FC<BiddingDocumentsDecryptProps> = (props)
{
title: '供应商名称',
dataIndex: 'companyName',
valueType: 'text'
valueType: 'text',
render: (_: any, record: any, index: any) => (
<>
{_}
<Popover
content={
<Typography style={{ width: "352px" }}>
<Text style={{ display: 'block', color: "rgb(245,156,38)" }}></Text>
<Text ><Text underline>{record?.supplierCreatetime && record?.supplierCreatetime.foundTime}</Text>/</Text>
</Typography>
}
>
{(record?.supplierCreatetime && record?.supplierCreatetime.toOpenbidTime === 0) && <AlertOutlined style={{ color: "rgb(245,156,38)", marginLeft: 6 }} />}
</Popover>
</>
)
},
{
title: (