@@ -170,6 +170,7 @@
<template slot-scope="scope">
<el-button
size="mini"
+ type="primary"
icon="el-icon-download"
:disabled="scope.row.paperStatus <= 1"
@click="openExportDialog(scope.row)"
@@ -180,6 +181,7 @@
<el-dropdown style="margin-left: 10px;">
:disabled="scope.row.paperStatus == 0"
plain
>
@@ -85,6 +85,7 @@
icon="el-icon-menu"
@click="openCloneStructureDialog(scope.row)"
:disabled="!hasPermit"
@@ -109,6 +109,7 @@
icon="el-icon-view"
@click="gotoProjectStatistic(scope.row)"
@@ -121,6 +122,7 @@
@click="openProjectSettingDialog(scope.row)"
@@ -111,6 +111,7 @@
v-if="scope.row.btnType == 'BACKUP'"
@click="openBackupSettingDialog"
icon="el-icon-edit"
v-if="scope.row.btnType == 'OTHER'"
@click="openOtherSettingDialog(scope.row)"
@@ -82,6 +82,7 @@
icon="el-icon-upload"
@@ -118,6 +119,7 @@
:disabled="checkEmptyStr(scope.row.fileName)"
@click="download(scope.row)"