提交 84211d17 authored 作者: matian's avatar matian

bug fixes

上级 c881d369
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
v-model="q" v-model="q"
:data="ExamParerList" :data="ExamParerList"
:filterMethod="filterMethod" :filterMethod="filterMethod"
:titles="['备选栏', '已选栏']"
> >
</el-transfer> </el-transfer>
<el-card style="margin-top: 30px"> <el-card style="margin-top: 30px">
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
<span style="margin-top: 20px" <span style="margin-top: 20px"
>您可以根据IP地址限制考生登录位置,只允许给定IP地址的考生登录考试。<el-input >您可以根据IP地址限制考生登录位置,只允许给定IP地址的考生登录考试。<el-input
v-model="config.ip_limits" v-model="config.ip_limits"
placeholder="如允许多个IP地址,请用逗号隔开" placeholder="如允许多个IP地址,请用英文逗号隔开"
style="width: 230px" style="width: 250px"
:disabled="config.enabled_ip_limit === false" :disabled="config.enabled_ip_limit === false"
></el-input> ></el-input>
您当前所在网络的IP地址是:{{ ip }}</span 您当前所在网络的IP地址是:{{ ip }}</span
...@@ -27,19 +27,35 @@ ...@@ -27,19 +27,35 @@
考试中:<el-checkbox v-model="config.enabled_lock" style="margin-left: 20px">锁定考试 </el-checkbox> 考试中:<el-checkbox v-model="config.enabled_lock" style="margin-left: 20px">锁定考试 </el-checkbox>
<div style="margin-left: 120px"> <div style="margin-left: 120px">
<div> <div>
记录考生登录考试次数,只允许登录<el-input style="width: 100px" v-model="config.max_login_times" :disabled="config.enabled_lock === false"></el-input> 记录考生登录考试次数,只允许登录<el-input
style="width: 100px"
v-model="config.max_login_times"
:disabled="config.enabled_lock === false"
></el-input
>
</div> </div>
<div>当登录考试次数超过限定次数,系统会阻止考生登录考试</div> <div>当登录考试次数超过限定次数,系统会阻止考生登录考试</div>
<el-checkbox v-model="config.enabled_web_login" :disabled="config.enabled_lock === false">网页考试</el-checkbox > <el-checkbox v-model="config.enabled_web_login" :disabled="config.enabled_lock === false"
>网页考试</el-checkbox
>
<br /> <br />
<span>记录考生离开考试页面次数,每超过</span> <span>记录考生离开考试页面次数,每超过</span>
<el-input v-model="config.leave_interval" style="width: 100px" :disabled="config.enabled_lock === false"></el-input> <el-input
v-model="config.leave_interval"
style="width: 100px"
:disabled="config.enabled_lock === false"
></el-input>
<span>秒计为离开1次,只允许离开</span> <span>秒计为离开1次,只允许离开</span>
<el-input style="width: 100px" v-model="config.max_leave_times" :disabled="config.enabled_lock === false"></el-input> <el-input
style="width: 100px"
v-model="config.max_leave_times"
:disabled="config.enabled_lock === false"
></el-input
>
<div>当登录考试次数超过限定次数,系统会阻止考生登录考试</div> <div>当登录考试次数超过限定次数,系统会阻止考生登录考试</div>
</div> </div>
</el-row> </el-row>
<el-row style="margin:10px 0 0 73px"> <el-row style="margin: 10px 0 0 73px">
<el-checkbox v-model="config.enabled_watermark">答题水印 </el-checkbox> <el-checkbox v-model="config.enabled_watermark">答题水印 </el-checkbox>
<div style="margin-left: 50px"> <div style="margin-left: 50px">
考生作答页面,使用场次唯一编号和考生准考证号作为背景水印。<br />考生作答过程中截屏或者偷录考试内容,可凭此水印追溯到录屏信息。 考生作答页面,使用场次唯一编号和考生准考证号作为背景水印。<br />考生作答过程中截屏或者偷录考试内容,可凭此水印追溯到录屏信息。
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论