Fix:filename is not displayed on the overview page #9869 (#10731)

### What problem does this PR solve?

Fix: Fixed the issue that filename is not displayed on the overview
page; and added the processing logic of the generate button when chunk=0

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-10-22 19:52:50 +08:00
committed by GitHub
parent d616354d66
commit 15fff5724e
3 changed files with 27 additions and 16 deletions

View File

@ -85,8 +85,8 @@ export const getFileLogsTableColumns = (
// row.original.kb_id,
// )}
>
<FileIcon name={row.original.fileName}></FileIcon>
{row.original.fileName}
<FileIcon name={row.original.document_name}></FileIcon>
{row.original.document_name}
</div>
),
},