|
@@ -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
|
|
|
>
|