|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
<el-main>
|
|
<el-main>
|
|
<el-row>
|
|
<el-row>
|
|
- <el-col :span="8" :offset="8">
|
|
|
|
|
|
+ <el-col :span="10" :offset="8">
|
|
<h3 style="text-align: center">重新算分</h3>
|
|
<h3 style="text-align: center">重新算分</h3>
|
|
|
|
|
|
<el-form label-position="right" label-width="140px" :model="curForm" ref="curForm" :rules="rules">
|
|
<el-form label-position="right" label-width="140px" :model="curForm" ref="curForm" :rules="rules">
|
|
@@ -38,6 +38,8 @@
|
|
active-color="#13ce66"
|
|
active-color="#13ce66"
|
|
inactive-color="#e6e6e6">
|
|
inactive-color="#e6e6e6">
|
|
</el-switch>
|
|
</el-switch>
|
|
|
|
+ <span style="color: orange">
|
|
|
|
+ <i class="el-icon-warning-outline"></i> 暂不支持千卷模式!</span>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
<el-form-item label="是否更新主观题分值" prop="updateSubjectiveScore">
|
|
<el-form-item label="是否更新主观题分值" prop="updateSubjectiveScore">
|
|
@@ -47,7 +49,7 @@
|
|
inactive-color="#e6e6e6">
|
|
inactive-color="#e6e6e6">
|
|
</el-switch>
|
|
</el-switch>
|
|
<span style="color: orange">
|
|
<span style="color: orange">
|
|
- <i class="el-icon-warning-outline"></i> 慎重选择,更新后建议重新阅卷!</span>
|
|
|
|
|
|
+ <i class="el-icon-warning-outline"></i> 暂不支持千卷模式。慎重选择,更新后建议重新阅卷!</span>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|