对接评价结果接口

This commit is contained in:
linxd
2025-06-24 14:00:51 +08:00
parent 0375e369de
commit 6f4efad67b
32 changed files with 2069 additions and 1936 deletions

View File

@ -188,11 +188,25 @@ const SupplierEvaluateResult: React.FC = () => {
</Tooltip>
),
},
{
title: '评价品类',
dataIndex: 'category',
key: 'category',
width: 120,
ellipsis: {
showTitle: false,
},
render: (text: string) => (
<Tooltip placement="topLeft" title={text || '未指定'}>
{text || '未指定'}
</Tooltip>
),
},
{
title: '发起单位',
dataIndex: 'tenantName',
key: 'tenantName',
width: 200,
dataIndex: 'deptName',
key: 'deptName',
width: 180,
ellipsis: {
showTitle: false,
},