|
@@ -83,12 +83,12 @@
|
83
|
83
|
|
84
|
84
|
<el-table-column label="操作" align="center">
|
85
|
85
|
<template slot-scope="scope">
|
86
|
|
- <el-button type="text" size="small" @click="look(scope.row)"
|
87
|
|
- >查看</el-button
|
88
|
|
- >
|
89
|
|
- <el-button type="text" size="small" @click="edit(scope.row)"
|
90
|
|
- >编辑</el-button
|
91
|
|
- >
|
|
86
|
+ <!--
|
|
87
|
+ <el-button type="text" size="small" @click="look(scope.row)">查看</el-button>
|
|
88
|
+ <el-button type="text" size="small" @click="edit(scope.row)">互评打分</el-button>
|
|
89
|
+ -->
|
|
90
|
+ <el-button type="text" size="small" @click="look(scope.row)" v-hasPermi="['postCheck:postAssessmentRatingOther:znDaFen']">查看</el-button>
|
|
91
|
+ <el-button type="text" size="small" @click="edit(scope.row)" v-hasPermi="['postCheck:postAssessmentRatingOther:znDaFen']">互评打分</el-button>
|
92
|
92
|
</template>
|
93
|
93
|
</el-table-column>
|
94
|
94
|
</el-table>
|
|
@@ -411,4 +411,4 @@ export default {
|
411
|
411
|
box-sizing: border-box;
|
412
|
412
|
border-bottom: 1px solid #dfe6ec;
|
413
|
413
|
}
|
414
|
|
-</style>
|
|
414
|
+</style>
|