Commit 740e59f6 authored by 罗超's avatar 罗超

1

parent 88606f5d
...@@ -192,29 +192,6 @@ ...@@ -192,29 +192,6 @@
inactive-text="否" inactive-text="否"
></el-switch> ></el-switch>
</div> </div>
<div class="examConfig_title">
是否开启自动阅卷
<el-switch
style="margin-left: 10px"
v-model="addMsg.IsOpenAutoMarking"
:active-value="1"
:inactive-value="0"
active-text="是"
inactive-text="否"
></el-switch>
</div>
<div class="examConfig_title">
是否开启考试申请
<el-switch
style="margin-left: 10px"
v-model="addMsg.IsOpenExamApply"
:active-value="1"
:inactive-value="0"
active-text="是"
inactive-text="否"
></el-switch>
</div>
<div v-if="baseObj.IsOpenZuJuan === 1"> <div v-if="baseObj.IsOpenZuJuan === 1">
<q-select <q-select
filled filled
...@@ -241,6 +218,29 @@ ...@@ -241,6 +218,29 @@
</template> </template>
</q-select> </q-select>
</div> </div>
<div class="examConfig_title">
是否开启自动阅卷
<el-switch
style="margin-left: 10px"
v-model="addMsg.IsOpenAutoMarking"
:active-value="1"
:inactive-value="0"
active-text="是"
inactive-text="否"
></el-switch>
</div>
<div class="examConfig_title">
是否开启考试申请
<el-switch
style="margin-left: 10px"
v-model="addMsg.IsOpenExamApply"
:active-value="1"
:inactive-value="0"
active-text="是"
inactive-text="否"
></el-switch>
</div>
<div v-if="baseObj.IsOpenExamApply === 1"> <div v-if="baseObj.IsOpenExamApply === 1">
<q-select <q-select
filled filled
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment