feat(knowledge): add overview page for knowledge base logs

- Implement new overview page to display file and dataset processing logs
This commit is contained in:
2025-11-04 15:32:55 +08:00
parent 74c4f798a5
commit 37dcab1597
12 changed files with 397 additions and 8 deletions

View File

@@ -251,11 +251,11 @@ const knowledgeService = {
// ===== 数据管道 =====
// 获取数据管道日志
getDataPipelineLog: (
getDataPipelineLogs: (
params?: IFetchKnowledgeListRequestParams,
body?: IFetchDocumentListRequestBody
) => {
return request.post(api.fetchDataPipelineLog, body || {}, { params });
return request.post(api.fetchDataPipelineLogs, body || {}, { params });
},
// 获取管道详情