|
@@ -53,8 +53,10 @@
|
|
<vxe-column field="remark" title="备注" min-width="200"></vxe-column>
|
|
<vxe-column field="remark" title="备注" min-width="200"></vxe-column>
|
|
<vxe-column title="操作" fixed="right" width="80" align="center" :show-overflow="false">
|
|
<vxe-column title="操作" fixed="right" width="80" align="center" :show-overflow="false">
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
|
|
+ <el-button link type="primary" @click="onMarking(row)" title="阅卷" v-if="!row.isCheck" v-auth="'examTrain:exam:marking'">
|
|
|
|
+ 阅卷
|
|
|
|
+ </el-button>
|
|
<el-button link type="primary" @click="onView(row)" title="查看" v-if="row.isCheck"> 查看 </el-button>
|
|
<el-button link type="primary" @click="onView(row)" title="查看" v-if="row.isCheck"> 查看 </el-button>
|
|
- <el-button link type="primary" @click="onMarking(row)" title="阅卷" v-else> 阅卷 </el-button>
|
|
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
</vxe-table>
|
|
</vxe-table>
|