@@ -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
v-if="scope.row.hasResultFile && checkPriv('link', 'download')"