奇橙 пре 1 година
родитељ
комит
ea581a7402
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/components/DialogWrap.vue

+ 3 - 3
src/components/DialogWrap.vue

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