@@ -96,7 +96,7 @@
<el-form-item
prop="ignoreOptionRepeat"
label="允许答案重复"
- v-if="!$store.state.checkOptionRepeat"
+ v-if="$store.state.checkOptionRepeat"
>
<el-switch
v-model="modalForm.ignoreOptionRepeat"