对接评价结果接口

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

@ -454,7 +454,7 @@ const EvaluateTemplateTable: React.FC<EvaluateTemplateTableProps> = ({
key: 'index',
width: 50,
render: (_: any, record: TableRowItem, index: number) => {
return renderWithRowSpan(index + 1, record, (cellContent) => cellContent);
return <>{index + 1}</>;
},
},
{