【修改】试卷任务增加修改操作,试卷换题增加关键字搜索条件,mysql出题增加数据库名字段

This commit is contained in:
YOHO\20373
2025-06-16 22:21:22 +08:00
parent 4a365355cb
commit 95ca5a32c5
19 changed files with 234 additions and 145 deletions

View File

@@ -93,7 +93,11 @@
</el-radio-group>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="数据库名" prop="tname">
<el-input v-model="formData.tname" placeholder="请输入数据库名" />
</el-form-item>
</el-col>
</el-row>
</el-form>
@@ -421,7 +425,7 @@ const formData = ref({
analysis: '',
quLevel: 0,
pointNames: '',
tname:'',
subjectName: '',
status: ' ',
keywords: '',
@@ -911,6 +915,7 @@ const resetForm = () => {
chapteridDictText: '',
analysis: '',
quLevel: 0,
tname:'',
pointNames: '',
subjectName: '',
status: '0',