deason 6 years ago
parent
commit
b4fe974364

+ 2 - 0
src/modules/print/view/CourseStatistic.vue

@@ -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;">
                 <el-button
                   size="mini"
+                  type="primary"
                   :disabled="scope.row.paperStatus == 0"
                   plain
                 >

+ 1 - 0
src/modules/print/view/ExamStructure.vue

@@ -85,6 +85,7 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
+                type="primary"
                 icon="el-icon-menu"
                 @click="openCloneStructureDialog(scope.row)"
                 :disabled="!hasPermit"

+ 2 - 0
src/modules/print/view/Project.vue

@@ -109,6 +109,7 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
+                type="primary"
                 icon="el-icon-view"
                 @click="gotoProjectStatistic(scope.row)"
                 plain
@@ -121,6 +122,7 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
+                type="primary"
                 icon="el-icon-menu"
                 @click="openProjectSettingDialog(scope.row)"
                 :disabled="!hasPermit"

+ 2 - 0
src/modules/print/view/ProjectStatistic.vue

@@ -111,6 +111,7 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
+                type="primary"
                 icon="el-icon-menu"
                 v-if="scope.row.btnType == 'BACKUP'"
                 @click="openBackupSettingDialog"
@@ -121,6 +122,7 @@
 
               <el-button
                 size="mini"
+                type="primary"
                 icon="el-icon-edit"
                 v-if="scope.row.btnType == 'OTHER'"
                 @click="openOtherSettingDialog(scope.row)"

+ 2 - 0
src/modules/print/view/ProjectTemplate.vue

@@ -82,6 +82,7 @@
               >
                 <el-button
                   size="mini"
+                  type="primary"
                   icon="el-icon-upload"
                   :disabled="!hasPermit"
                   plain
@@ -118,6 +119,7 @@
             <template slot-scope="scope">
               <el-button
                 size="mini"
+                type="primary"
                 icon="el-icon-download"
                 :disabled="checkEmptyStr(scope.row.fileName)"
                 @click="download(scope.row)"