|
@@ -504,7 +504,7 @@ function initClassName(val) {
|
|
|
<!-- <el-table-column prop="cm_id" label="班级编号" width="auto" show-overflow-tooltip></el-table-column> -->
|
|
|
<el-table-column label="操作" fixed="right" width="180">
|
|
|
<template #default="scope">
|
|
|
- <el-button v-if="scope.row.xxxddgl_zt_option_k!=2" link :auto-insert-space="false" @click="handleTableColBtn_point(scope)" type="primary">打分</el-button>
|
|
|
+ <el-button v-if="scope.row.xxxddgl_zt_option_k!=2" :disabled="scope.row.xxxddgl_zt_option_k==0?true:false" link :auto-insert-space="false" @click="handleTableColBtn_point(scope)" type="primary">打分</el-button>
|
|
|
<el-button v-if="scope.row.xxxddgl_zt_option_k==2" link :auto-insert-space="false" @click="handleTableColBtn_detail(scope)" type="primary">详情</el-button>
|
|
|
<el-button link :auto-insert-space="false" @click="handleTableColBtn_edit(scope)" type="primary">编辑</el-button>
|
|
|
<!-- <el-button link :auto-insert-space="false" @click="handleTableColBtn_audit(scope)" type="primary" >审核</el-button> -->
|