| | |
| | | > |
| | | <template slot-scope="scope"> |
| | | <div style="display:flex; justify-content:space-between"> |
| | | <s-button |
| | | <el-button |
| | | class="deepBlue" |
| | | colorType="blue" |
| | | v-if="scope.row.type===2" |
| | | @click="$router.push('/exam/beginexam')" |
| | | >开始考试</s-button> |
| | | <s-button |
| | | >开始考试</el-button> |
| | | <el-button |
| | | colorType="darkBlue" |
| | | disabled |
| | | v-else |
| | | >开始考试</s-button> |
| | | <s-button |
| | | >开始考试</el-button> |
| | | <el-button |
| | | colorType="red" |
| | | v-if="scope.row.type===2" |
| | | >结束考试</s-button> |
| | | <s-button |
| | | >结束考试</el-button> |
| | | <el-button |
| | | colorType="darkBlue" |
| | | disabled |
| | | v-else |
| | | >结束考试</s-button> |
| | | >结束考试</el-button> |
| | | |
| | | </div> |
| | | </template> |
| | |
| | | background-color: rgb(45, 92, 248); |
| | | } |
| | | } |
| | | </style> |
| | | </style> |