feat-调整AI质检和AI样本标记 loading 显示文案
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
<!-- add by zhangweiwei 20250331_ai AI 质检 start -->
|
<!-- add by zhangweiwei 20250331_ai AI 质检 start -->
|
||||||
<ai-loading
|
<ai-loading
|
||||||
:visible="showAiLoading"
|
:visible="showAiLoading"
|
||||||
desc="我正在为您分析问卷内容,这个过程可能会多花一点点时间,不过马上就好,稍等哦~"
|
desc="我正在为您检查问卷内容,大概需要20-30s,请稍等哦~"
|
||||||
/>
|
/>
|
||||||
<!-- add by zhangweiwei 20250331_ai AI 质检 end -->
|
<!-- add by zhangweiwei 20250331_ai AI 质检 end -->
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -182,7 +182,7 @@
|
|||||||
<!-- add by zhangweiwei 20250331_ai 无效样本标记-列表新增AI/人工样本标记 start -->
|
<!-- add by zhangweiwei 20250331_ai 无效样本标记-列表新增AI/人工样本标记 start -->
|
||||||
<ai-loading
|
<ai-loading
|
||||||
:visible="showAiLoading"
|
:visible="showAiLoading"
|
||||||
desc="正在启动AI火眼金睛模式,为您进行深度扫描,这次需要多扫描一会儿才能确保标记精准度,认真工作的我马上带着结果回来哦~"
|
desc="我已启动火眼金睛模式,为您深度扫描数据,预计需要1-2min。请您先忙,一会记得刷新页面查看结果哦~"
|
||||||
/>
|
/>
|
||||||
<!-- add by zhangweiwei 20250331_ai 无效样本标记-列表新增AI/人工样本标记 end -->
|
<!-- add by zhangweiwei 20250331_ai 无效样本标记-列表新增AI/人工样本标记 end -->
|
||||||
</template>
|
</template>
|
||||||
@@ -655,7 +655,7 @@ function aiMark(sn) {
|
|||||||
showAiLoading.value = false;
|
showAiLoading.value = false;
|
||||||
// getData();
|
// getData();
|
||||||
// resetSelection();
|
// resetSelection();
|
||||||
}, 5000);
|
}, 10000);
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
console.error('----->', error);
|
console.error('----->', error);
|
||||||
|
|||||||
Reference in New Issue
Block a user