xiaofei 1 년 전
부모
커밋
4dca9f8585
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/exam/views/DataTaskManage.vue

+ 2 - 2
src/modules/exam/views/DataTaskManage.vue

@@ -147,12 +147,12 @@
         >
           <template slot-scope="scope">
             <el-button
-              v-if="scope.row.hasReportFile && checkPriv('link', 'export')"
+              v-if="checkPriv('link', 'export')"
               class="btn-primary"
               type="text"
               :disabled="loading"
               @click="toViewLog(scope.row)"
-              >导出日志</el-button
+              >日志详情</el-button
             >
             <el-button
               v-if="scope.row.hasResultFile && checkPriv('link', 'download')"