电位列表
This commit is contained in:
@ -9,14 +9,14 @@
|
||||
destroy-on-close
|
||||
lock-scroll
|
||||
append-to-body
|
||||
width="600px"
|
||||
width="800px"
|
||||
class="ems-dialog"
|
||||
>
|
||||
<el-table
|
||||
class="common-table"
|
||||
:data="tableData"
|
||||
stripe
|
||||
max-height="600px"
|
||||
max-height="400px"
|
||||
style="width: 100%;">
|
||||
<el-table-column
|
||||
prop="dataPoint"
|
||||
@ -26,6 +26,14 @@
|
||||
prop="dataPointName"
|
||||
label="数据点位名称">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="pointValue"
|
||||
label="最新值">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="updateTime"
|
||||
label="更新时间">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<el-pagination
|
||||
v-show="tableData.length>0"
|
||||
|
||||
Reference in New Issue
Block a user