develop_cloud #1

Merged
dashixiong merged 234 commits from develop_cloud into main-cloud 2026-02-11 02:06:04 +00:00
107 changed files with 11995 additions and 30 deletions
Showing only changes of commit 6ad3ef9d7c - Show all commits

View File

@ -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"