From 478b53c8126baefa5abe07ab7d15dfc019f9c5a2 Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期六, 17 八月 2024 15:03:23 +0800
Subject: [PATCH] fix: 修改bug
---
src/views/dmx/knowledgeLib/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/dmx/knowledgeLib/index.vue b/src/views/dmx/knowledgeLib/index.vue
index 442ca87..dcf6bcd 100644
--- a/src/views/dmx/knowledgeLib/index.vue
+++ b/src/views/dmx/knowledgeLib/index.vue
@@ -401,7 +401,7 @@
</template>
</a-button>
- <a-button
+ <!-- <a-button
type="text"
size="small"
:disabled="record.run == '1'"
@@ -410,7 +410,7 @@
<template #icon>
<icon-eye />
</template>
- </a-button>
+ </a-button> -->
</template>
</a-table>
</a-card>
@@ -578,7 +578,7 @@
embd_id: 'BAAI/bge-large-zh-v1.5',
img2txt_id: 'qwen-vl-max',
llm_id: 'qwen-plus',
- name: 'wanghao鈥榮 Kingdom',
+ name: 'wanghaos Kingdom',
parser_ids:
'naive:General,qa:Q&A,resume:Resume,manual:Manual,table:Table,paper:Paper,book:Book,laws:Laws,presentation:Presentation,picture:Picture,one:One',
rerank_id: 'BAAI/bge-reranker-v2-m3',
@@ -988,7 +988,7 @@
};
const onDownloadDocument = async (record) => {
console.log(record);
- downloadFile({
+ await downloadFile({
url: `/api/v1/document/get/${record.id}`,
filename: record.name,
});
--
Gitblit v1.8.0