| | |
| | | </el-table-column> |
| | | <el-table-column label="合格分/总分" prop="" align="center" width="120" > |
| | | <template #default="scope"> |
| | | <span>{{scope.row.passScore}}/{{scope.row.judgeNum * scope.row.judgeScore + scope.row.multiNum * scope.row.multiScore + scope.row.singleNum * scope.row.singleScore}}</span> |
| | | <span>{{scope.row.passScore}}/{{scope.row.judgeNum * scope.row.judgeScore + scope.row.multiNum * scope.row.multiScore + scope.row.singleNum * scope.row.singleScore+ scope.row.easyNum * scope.row.easyScore}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="合格率" prop="passRate" align="center" /> |
| | |
| | | const obj = { |
| | | pageNum: data.queryParams.pageNum, |
| | | pageSize: data.queryParams.pageSize, |
| | | id: val.id |
| | | id: val.id, |
| | | type: 'index' |
| | | } |
| | | // val.pageNum = data.queryParams.pageNum; |
| | | // val.pageSize = data.queryParams.pageSize |