xiaofei 1 year ago
parent
commit
4dca9f8585
1 changed files with 2 additions and 2 deletions
  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')"