xiaofei 1 month ago
parent
commit
f6e58e668c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/modules/exam/views/ExamTaskManage.vue

+ 0 - 2
src/modules/exam/views/ExamTaskManage.vue

@@ -177,7 +177,6 @@
               v-if="
               v-if="
                 ((scope.row.status === 'STAGE' && !scope.row.enable) ||
                 ((scope.row.status === 'STAGE' && !scope.row.enable) ||
                   scope.row.status === 'DRAFT') &&
                   scope.row.status === 'DRAFT') &&
-                scope.row.createId === curUserId &&
                 checkPrivilege('link', 'assign')
                 checkPrivilege('link', 'assign')
               "
               "
               class="btn-primary"
               class="btn-primary"
@@ -188,7 +187,6 @@
             <el-button
             <el-button
               v-if="
               v-if="
                 scope.row.status !== 'FINISH' &&
                 scope.row.status !== 'FINISH' &&
-                scope.row.createId === curUserId &&
                 checkPrivilege('link', 'cancel')
                 checkPrivilege('link', 'cancel')
               "
               "
               :class="scope.row.enable ? 'btn-danger' : 'btn-primary'"
               :class="scope.row.enable ? 'btn-danger' : 'btn-primary'"