|
@@ -6,9 +6,9 @@
|
|
|
<p class="page-desc">AI 驱动的企业知识管理,智能问答与知识沉淀</p>
|
|
<p class="page-desc">AI 驱动的企业知识管理,智能问答与知识沉淀</p>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="header-actions">
|
|
<div class="header-actions">
|
|
|
- <button class="btn btn-secondary" @click="showImportModal = true">
|
|
|
|
|
|
|
+ <!-- <button class="btn btn-secondary" @click="showImportModal = true">
|
|
|
<i class="fas fa-file-import"></i> 批量导入
|
|
<i class="fas fa-file-import"></i> 批量导入
|
|
|
- </button>
|
|
|
|
|
|
|
+ </button> -->
|
|
|
<button class="btn btn-primary" @click="addKnowledgeDocument()">
|
|
<button class="btn btn-primary" @click="addKnowledgeDocument()">
|
|
|
<i class="fas fa-plus"></i> 添加知识
|
|
<i class="fas fa-plus"></i> 添加知识
|
|
|
</button>
|
|
</button>
|
|
@@ -1077,7 +1077,9 @@ const editKnowledge = (item) => {
|
|
|
newKnowledge.value.document_id=item.document_id
|
|
newKnowledge.value.document_id=item.document_id
|
|
|
showAddModal.value = true
|
|
showAddModal.value = true
|
|
|
}
|
|
}
|
|
|
-const editDocument = (item) => {}
|
|
|
|
|
|
|
+const editDocument = (item) => {
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
const getDocument = () =>{
|
|
const getDocument = () =>{
|
|
|
getCategoryList(newKnowledge.value.dataset_id,'add')
|
|
getCategoryList(newKnowledge.value.dataset_id,'add')
|