|
@@ -2,7 +2,7 @@
|
|
|
<div class="mark-param-class">
|
|
|
<div class="part-box part-box-pad box-justify">
|
|
|
<div class="flex-center">
|
|
|
- <span>是否开启分班阅卷:</span>
|
|
|
+ <span>是否开启分班评卷:</span>
|
|
|
<el-radio-group v-model="classMarkIsOpen" @change="markClassChange">
|
|
|
<el-radio-button :label="true">开启</el-radio-button>
|
|
|
<el-radio-button :label="false">关闭</el-radio-button>
|
|
@@ -78,9 +78,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div v-else class="part-box part-box-pad">
|
|
|
- <p class="tips-info">1.分班阅卷即评卷老师评指定班级的卷子;</p>
|
|
|
+ <p class="tips-info">1.分班评卷即评卷老师评指定班级的卷子;</p>
|
|
|
<p class="tips-info">
|
|
|
- 2.如果需要进行分班阅卷,请在点击开启,不需要可以直接点击下一步,进行主观题评卷设置;
|
|
|
+ 2.如果需要进行分班评卷,请在点击开启,不需要可以直接点击下一步,进行主观题评卷设置;
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
@@ -181,7 +181,7 @@ export default {
|
|
|
},
|
|
|
async markClassChange() {
|
|
|
const name = this.classMarkIsOpen ? "开启" : "关闭";
|
|
|
- const confirm = await this.$confirm(`确定要${name}分班阅卷吗?`, "提示", {
|
|
|
+ const confirm = await this.$confirm(`确定要${name}分班评卷吗?`, "提示", {
|
|
|
type: "warning",
|
|
|
}).catch(() => {});
|
|
|
if (confirm !== "confirm") {
|