diff --git a/web/src/views/DataBaseInfoView.vue b/web/src/views/DataBaseInfoView.vue
index 8558ee43..553da669 100644
--- a/web/src/views/DataBaseInfoView.vue
+++ b/web/src/views/DataBaseInfoView.vue
@@ -89,10 +89,10 @@
添加到知识库
刷新状态
-
+
-
- {{ text.toUpperCase() }}
+
+ {{ text }}
{{ text.toUpperCase() }}
@@ -110,7 +110,7 @@
删除
@@ -469,7 +469,7 @@ const addDocumentByFile = () => {
}
const columns = [
- { title: '文件ID', dataIndex: 'file_id', key: 'file_id' },
+ // { title: '文件ID', dataIndex: 'file_id', key: 'file_id' },
{ title: '文件名', dataIndex: 'filename', key: 'filename' },
{ title: '上传时间', dataIndex: 'created_at', key: 'created_at' },
{ title: '状态', dataIndex: 'status', key: 'status' },
diff --git a/web/src/views/DataBaseView.vue b/web/src/views/DataBaseView.vue
index 19857849..4d4ec636 100644
--- a/web/src/views/DataBaseView.vue
+++ b/web/src/views/DataBaseView.vue
@@ -11,9 +11,9 @@
placeholder="新建数据库描述"
:auto-size="{ minRows: 2, maxRows: 5 }"
/>
- 向量维度
+
取消
创建