lex-xin %!s(int64=4) %!d(string=hai) anos
pai
achega
8cdd33771a
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      src/views/matchManager/index.vue

+ 2 - 3
src/views/matchManager/index.vue

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