liyongli il y a 1 an
Parent
commit
abcc6d7b8f
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      src/view/allMedia/proofread.vue
  2. 2 2
      src/view/onlineText.vue

+ 1 - 1
src/view/allMedia/proofread.vue

@@ -36,7 +36,7 @@
       </div>
       <div class="flex2">
         <div class="btn-grounp">
-          检索结果
+          校对结果
           <div class="errTypes">
             <div
               @click="tabSelect[0] = !tabSelect[0]"

+ 2 - 2
src/view/onlineText.vue

@@ -51,7 +51,7 @@
           </div>
         </div>
         <div class="flex2">
-          <div class="btn-grounp">检索结果</div>
+          <div class="btn-grounp">校对结果</div>
           <div style="padding: 1em 1em 0 1em">
             <div class="tabs">
               <div
@@ -490,7 +490,7 @@ import { ElMessage } from 'element-plus';
 import { Delete } from '@element-plus/icons-vue';
 import { reactive, ref, nextTick } from 'vue';
 import errType from '../../config/errtype';
-document.title = '文本检测';
+document.title = '稿前校对';
 const loading = ref(false);
 
 const rawText = ref('');