保安服务企业管理项目备份
zhongrj
2023-11-07 9f33c5c883ef96ba2720f819cefcc70e2bdd5f5e
权限按钮
1 files modified
2 ■■■ changed files
src/views/trainExam/performance.vue 2 ●●● patch | view | raw | blame | history
src/views/trainExam/performance.vue
@@ -132,7 +132,7 @@
          >查看证件</el-button
        >
        <el-button
          v-show="row.theoryGrade < 60 && row.theoryGrade != null && row.theoryGrade != '' && row.theoryGrade > -1"
          v-show="row.theoryGrade < 60 && row.theoryGrade != null && row.theoryGrade != '' && row.theoryGrade > -1 && permission.resetExamBtn"
          icon="el-icon-refresh"
          @click="reself(row)"
          :size="size"