风控限定供应商
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import React, { useState } from 'react';
|
||||
import { ProColumns } from '@ant-design/pro-table';
|
||||
import ViewRishFormModal from './components/ViewRishFormModal';
|
||||
import ViewQuoteWarningFormModal from './components/ViewQuoteWarningFormModal';
|
||||
import ViewBlacklistFormModal from './components/ViewBlacklistFormModal';
|
||||
@ -9,53 +8,6 @@ import ViewJuryScoringAnalysisFormModal from './components/ViewJuryScoringAnalys
|
||||
import ViewRiskSupplierModal from './components/ViewRiskSupplierModal';
|
||||
|
||||
|
||||
const title2 = [
|
||||
{
|
||||
title: '序号',
|
||||
dataIndex: 'num',
|
||||
key: 'num',
|
||||
},
|
||||
{
|
||||
title: '投标人及报价',
|
||||
dataIndex: 'tbrbj',
|
||||
key: 'tbrbj',
|
||||
},
|
||||
{
|
||||
title: '预警信息',
|
||||
dataIndex: 'yjxx',
|
||||
key: 'yjxx',
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'cz',
|
||||
key: 'cz',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
|
||||
const columns: ProColumns<any>[] = [
|
||||
{ title: '序号', dataIndex: 'num', width: 50, },
|
||||
{ title: '供应商名称', dataIndex: 'gysmc', },
|
||||
{ title: 'IP地址', width: '20%', dataIndex: 'ip', },
|
||||
{ title: 'MAC地址', dataIndex: 'mac', },
|
||||
{ title: '上传时间', dataIndex: 'uploadTime', },
|
||||
];
|
||||
|
||||
const columnsMac: ProColumns<any>[] = [
|
||||
{ title: '序号', dataIndex: 'num', width: 50, },
|
||||
{ title: '供应商名称', dataIndex: 'gysmc', },
|
||||
{ title: '相同的MAC地址', dataIndex: 'mac', },
|
||||
];
|
||||
|
||||
const columns2: ProColumns<any>[] = [
|
||||
{ title: '序号', dataIndex: 'num', width: 50, },
|
||||
{ title: '投标人及报价', dataIndex: 'tbrbj', },
|
||||
{ title: '预警信息', dataIndex: 'yjxx', },
|
||||
{ title: '操作', dataIndex: '', },
|
||||
];
|
||||
|
||||
|
||||
const Sing: React.FC<{}> = () => {
|
||||
//ip mac
|
||||
const [ViewRishFormVisible, setViewRishFormVisible] = useState<any>(false);
|
||||
|
Reference in New Issue
Block a user