@@ -101,6 +101,7 @@
<template slot-scope="scope">
<el-button
class="btn-primary"
+ :disabled="scope.row.status === 'MARKED'"
type="text"
@click="toDone(scope.row)"
>处理</el-button
@@ -121,6 +121,7 @@
+ :disabled="scope.row.status === 'BACK'"
@click="toSimpleReset(scope.row)"
@@ -48,7 +48,7 @@
<th>占比(%)</th>
</tr>
<tr v-for="(item, ind) in scoreRange" :key="ind">
- <td>{{ item.minScore }}-</td>
+ <td>{{ item.minScore }}-{{ item.maxScore }}</td>
<td>{{ item.studentCount }}</td>
<td>{{ item.rate }}</td>