|
@@ -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('');
|