|
@@ -47,7 +47,7 @@
|
|
|
<div v-else v-show="item.capacity.status === 'loading'"
|
|
<div v-else v-show="item.capacity.status === 'loading'"
|
|
|
:class="[readonly || item.capacity.status === 'loading' ? 'disabled' : '']">
|
|
:class="[readonly || item.capacity.status === 'loading' ? 'disabled' : '']">
|
|
|
<a-spin :size="18" />
|
|
<a-spin :size="18" />
|
|
|
- <span>正在为您合并...</span>
|
|
|
|
|
|
|
+ <span>{{ type === 'excel' ? '正在为您合并...' : '正在为您搜索答案...' }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<section v-if="type === 'knowledge' && item.capacity.status === 'loaded'"
|
|
<section v-if="type === 'knowledge' && item.capacity.status === 'loaded'"
|
|
|
v-show="menuList[key].open">
|
|
v-show="menuList[key].open">
|
|
@@ -70,7 +70,7 @@
|
|
|
<span>
|
|
<span>
|
|
|
<em v-for="(item, documentIndex) in document.list" :key="documentIndex">{{
|
|
<em v-for="(item, documentIndex) in document.list" :key="documentIndex">{{
|
|
|
item.title
|
|
item.title
|
|
|
- }}</em>
|
|
|
|
|
|
|
+ }}</em>
|
|
|
</span>
|
|
</span>
|
|
|
<icon-caret-down size="12"
|
|
<icon-caret-down size="12"
|
|
|
v-if="documentKey === menuList[key].documentOpenIndex" />
|
|
v-if="documentKey === menuList[key].documentOpenIndex" />
|
|
@@ -83,7 +83,7 @@
|
|
|
:style="{ flex: 1, margin: '0' }">
|
|
:style="{ flex: 1, margin: '0' }">
|
|
|
<span style="color: rgba(153, 153, 153, 1); font-size: 12px">{{
|
|
<span style="color: rgba(153, 153, 153, 1); font-size: 12px">{{
|
|
|
item.content
|
|
item.content
|
|
|
- }}</span>
|
|
|
|
|
|
|
+ }}</span>
|
|
|
</a-typography-paragraph>
|
|
</a-typography-paragraph>
|
|
|
</p>
|
|
</p>
|
|
|
</div>
|
|
</div>
|