Merge branch 'dev' of http://59.110.10.99:53000/liuc/fe_supplier_frontend into dev
This commit is contained in:
@ -99,6 +99,10 @@ const ViewBlacklistModal: React.FC<ViewBlacklistModalProps> = ({
|
||||
{ title: "发起单位", dataIndex: "orgName", align: "center", ellipsis: true, width: 160 },
|
||||
{ title: "发起部门", dataIndex: "deptName", align: "center", ellipsis: true, width: 160 },
|
||||
{ title: "退出品类", dataIndex: "categoryName", align: "center", ellipsis: true, width: 160 },
|
||||
{
|
||||
title: "退出原因", dataIndex: "exitReason", align: "center", ellipsis: true, width: 180,
|
||||
render: (dom, record:any) => <span>{record.exitReason}</span>,
|
||||
},
|
||||
{ title: "退出时间", dataIndex: "createTime", align: "center", width: 180 },
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user