|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
|
<div class="page-table-template" style='display: flex;flex-direction: column;flex-grow: 1;flex-shrink: 1;'>
|
|
|
- <el-table :data='tableData' style='width: 100%' border class='data-table' v-loading='loading'>
|
|
|
+ <div class='data-table'>
|
|
|
+ <el-table :data='tableData' style='width: 100%' border v-loading='loading'>
|
|
|
<el-table-column header-align='center' align='center' prop='BuildName' label='建筑' width="150"></el-table-column>、
|
|
|
<el-table-column header-align='center' align='center' prop='floorName' label='楼层' width="80"></el-table-column>
|
|
|
<el-table-column header-align='center' align='center' prop='PointName' label='点位标签名称'>
|
|
@@ -23,6 +24,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
+ </div>
|
|
|
<base-pagination class='data-table-pagination' :currentPages='pageNum' :total='total' @pageChanged='pageChanged'></base-pagination>
|
|
|
<!-- component -->
|
|
|
<saga-dialog ref='dialog' :iframeSrc='iframeSrc'></saga-dialog>
|