|
@@ -132,14 +132,13 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="center"
|
|
<el-table-column align="center"
|
|
label="操作">
|
|
label="操作">
|
|
- <!-- teacherAttendance/agreeTeacherAttendanceComplaints -->
|
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
- v-if="permission('teacherAttendance/operation')"
|
|
|
|
|
|
+ v-if="permission('studentCompetition/lookDetail')"
|
|
@click="lookDetail(scope.row)">查看</el-button>
|
|
@click="lookDetail(scope.row)">查看</el-button>
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
- v-if="permission('teacherAttendance/operation')"
|
|
|
|
|
|
+ v-if="permission('studentCompetition/update')"
|
|
@click="onReview(scope.row)">评审</el-button>
|
|
@click="onReview(scope.row)">评审</el-button>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|