src/views/monitor/job/log.vue
@@ -119,12 +119,7 @@ </el-table-column> <el-table-column label="操作" align="center" class-name="small-padding fixed-width"> <template #default="scope"> <el-button type="text" icon="View" @click="handleView(scope.row)" v-hasPermi="['monitor:job:query']" >详细</el-button> <el-button link type="primary" icon="View" @click="handleView(scope.row)" v-hasPermi="['monitor:job:query']">详细</el-button> </template> </el-table-column> </el-table>