mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-24 08:03:53 +08:00
@@ -217,7 +217,8 @@
|
|||||||
<el-form :model="retrievalTestForm" label-width="80px">
|
<el-form :model="retrievalTestForm" label-width="80px">
|
||||||
<el-form-item :label="$t('knowledgeFileUpload.testQuestion')" required>
|
<el-form-item :label="$t('knowledgeFileUpload.testQuestion')" required>
|
||||||
<el-input v-model="retrievalTestForm.question"
|
<el-input v-model="retrievalTestForm.question"
|
||||||
:placeholder="$t('knowledgeFileUpload.testQuestionPlaceholder')" style="width: 100%; max-height: 80px;">
|
:placeholder="$t('knowledgeFileUpload.testQuestionPlaceholder')" style="width: 100%; max-height: 80px;"
|
||||||
|
@keyup.enter.native="runRetrievalTest">
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|||||||
Reference in New Issue
Block a user