裁判阅片页面更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f8e86e7b27
commit
2691020e62
|
|
@ -433,6 +433,7 @@
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-radio-group
|
<el-radio-group
|
||||||
|
v-show="!(scope.row.Type === 'class' || scope.row.DataSource === 1)"
|
||||||
v-model="judgeSelectedArmMap[scope.row.ReadingQuestionId]"
|
v-model="judgeSelectedArmMap[scope.row.ReadingQuestionId]"
|
||||||
:disabled="readingTaskState >= 2"
|
:disabled="readingTaskState >= 2"
|
||||||
@change="(val) => handleJudgeArmChange(scope.row, val)"
|
@change="(val) => handleJudgeArmChange(scope.row, val)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue