题库图片修改

This commit is contained in:
zcx
2024-03-15 18:00:49 +08:00
parent c66b8f227e
commit 779b6c9eba
7 changed files with 59 additions and 31 deletions

View File

@@ -9,7 +9,7 @@
<el-dialog title="话术" :close-on-click-modal="false" append-to-body :visible.sync="visible" width="800px" height="700">
<div>
<!-- 问题 -->
<el-input v-model="queryParams.question" placeholder="请输入问题" clearable @keyup.enter.native="queryAnswer" style="margin-bottom: 10px;"/>
<el-input v-model="queryParams.searchValue" placeholder="请输入问题" clearable @keyup.enter.native="queryAnswer" style="margin-bottom: 10px;"/>
<!-- 关键词 -->
<el-checkbox-group v-model="queryParams.keyList" @change="queryAnswer">
@@ -49,7 +49,7 @@ export default {
content: undefined,
skillId: undefined,
queryParams:{
question: undefined,
searchValue: undefined,
keyList: [],
status: 2
},