【修改】调整下载传参

This commit is contained in:
zhoulingpo
2023-05-25 15:07:03 +08:00
parent 1f9d6948f3
commit 1cfcb3ce52
7 changed files with 1335 additions and 5 deletions
+11 -2
View File
@@ -55,8 +55,8 @@
</div>
<div class="report-download">
<span>报告详情</span>
<el-button type="primary" v-if="row.downPower==1" @click="downloadRow(file)"
:disabled="showText">报告下载</el-button>
<el-button v-if="row.downPower==1" @click="downloadRow(file)"
:disabled="showText" size="mini" class="checkBtn">报告下载</el-button>
</div>
<div class="preview-box" v-watermark="{ text: watermarkText }">
<div class="preview-list" >
@@ -522,4 +522,13 @@ export default {
.bgColor{
background-color: #F2F6FC;
}
.checkBtn {
padding: 5px 20px !important;
background-color:#1890FF;
color: #fff;
}
.el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus{
background-color: #82bffc;
color: #fff;
}
</style>