|
|
@@ -1,8 +1,11 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<header class="client-formated-markdown-element-item client-formated-markdown-refference-header">
|
|
|
- <div>来源</div>
|
|
|
- <div class="btn-show-related-all" @click="showAllRelated">查看全部关联 <icon-double-right /></div>
|
|
|
+ <div>{{ $t('conversation.source') }}</div>
|
|
|
+
|
|
|
+ <div class="btn-show-related-all" @click="showAllRelated">
|
|
|
+ {{ $t('conversation.view_links') }} <icon-double-right />
|
|
|
+ </div>
|
|
|
</header>
|
|
|
|
|
|
<RefferenceFileNameList :document_list="document_list" @showDocDetail="handleShowDocDetail" />
|
|
|
@@ -13,11 +16,13 @@
|
|
|
:visible="visible"
|
|
|
:placement="position"
|
|
|
data-flag="reffernce-file-block-drawer"
|
|
|
+ :ok-text="$t('conversation.btn_ok')"
|
|
|
+ :cancel-text="$t('conversation.btn_cancel')"
|
|
|
@ok="handleOk"
|
|
|
@cancel="handleCancel"
|
|
|
unmountOnClose
|
|
|
>
|
|
|
- <template #title> 文档详情 </template>
|
|
|
+ <template #title> {{ $t('conversation.doc_details') }} </template>
|
|
|
|
|
|
<div>
|
|
|
<RefferenceDocDetail :targetDocument="targetDocument" @back="handleBackQA" />
|