|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="school-set-recognition part-box part-box-pad">
|
|
|
- <el-form ref="modalFormComp" :model="modalForm" label-width="160px">
|
|
|
+ <el-form ref="modalFormComp" :model="modalForm" label-width="180px">
|
|
|
<el-form-item label="客观题检查扩展条件:">
|
|
|
<el-checkbox v-model="modalForm.avoidSingleChoice">
|
|
|
单选题有且仅有一个识别答案不进客观题检查
|