Commit 5e03faaa authored by 吴卿华's avatar 吴卿华

修改设备信息添加报错bug

parent 545aa40b
......@@ -98,11 +98,24 @@
<div style="width: 100%;height: 100%" id="container"></div>
</div>
</el-col>
<el-row style="width: 100%;height: 40px;">
<el-col :span="24">
<div style="">
<ul>
<li style="list-style: none;font-weight: 900;font-size: 20px;color: #053b6a;">已安装设备</li>
</ul>
</div>
</el-col>
</el-row>
<el-col :span="10">
<el-table height="250"border :data="equipmentList">
<el-table-column label="设备名称" align="center" prop="deviceNames" />
<el-table-column label="设备编号" align="center" prop="deviceCodes" />
</el-table>
</el-col>
</el-row>
<div class="" style="width: 95%; height: 60px;margin-left: 50px;text-align: center;margin-top: 5px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment