fix: 修改 chart-alert-list 预览不显示操作列

This commit is contained in:
zhangyu
2021-11-27 15:38:19 +08:00
parent 5a15a5000e
commit 50e1763cf9
2 changed files with 3 additions and 1 deletions

View File

@@ -74,6 +74,7 @@
:form="'chartList'"
:fromPath="'/alertList'"
style="height: calc(100% - 50px)"
:showOption="showOption"
:showTopBtn="false"
></alertMessageTable>
<Pagination :pageObj="pageObj" @pageNo='pageNo' @pageSize='pageSize' ref="Pagination" :append-to-body="false" pop-class="out-popper-fix" style="margin-top: 15px;"></Pagination>
@@ -205,6 +206,7 @@ export default {
chartData: {},
id: { type: String },
from: { type: String },
showOption: { type: Boolean, default: true },
isLock: { type: Boolean, default: false }
},
mixins: [chartDataList],