fix 修改aseet页面 alertmessage部分列不显示的问题

This commit is contained in:
zhangyu
2020-08-04 16:00:38 +08:00
parent c2b4471620
commit bb027f37e3
5 changed files with 24 additions and 1046 deletions

View File

@@ -50,6 +50,7 @@
@tableDataSort="tableDataSort"
@deleteMessage="deleteMessage"
ref="alertListTable"
:form="'chartList'"
></alertMessageTable>
<Pagination :pageObj="pageObj" @pageNo='pageNo' @pageSize='pageSize' ref="Pagination" :append-to-body="false" pop-class="out-popper-fix"></Pagination>
</div>
@@ -69,6 +70,7 @@
@tableDataSort="tableDataSort"
@deleteMessage="deleteMessage"
ref="alertListScreenTable"
:form="'chartList'"
></alertMessageTable>
<Pagination :pageObj="screenPageObj" @pageNo='screenPageNo' @pageSize='screenPageSize' ref="Pagination" ></Pagination>
<loading :ref="'localLoadingScreen'+chartIndex"></loading>