优化设备列表显示效果
parent
7c6470fbf9
commit
810dceea88
|
@ -23,6 +23,7 @@ create table device
|
||||||
updateTime varchar(50) not null,
|
updateTime varchar(50) not null,
|
||||||
port int not null,
|
port int not null,
|
||||||
expires int not null,
|
expires int not null,
|
||||||
|
subscribeCycleForCatalog int not null,
|
||||||
hostAddress varchar(50) not null,
|
hostAddress varchar(50) not null,
|
||||||
charset varchar(50) not null
|
charset varchar(50) not null
|
||||||
);
|
);
|
||||||
|
|
|
@ -54,6 +54,8 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="subCount" label="子节点数">
|
<el-table-column prop="subCount" label="子节点数">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column prop="manufacture" label="厂家">
|
||||||
|
</el-table-column>
|
||||||
<el-table-column label="位置信息" align="center">
|
<el-table-column label="位置信息" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{scope.row.longitude}},{{scope.row.latitude}}</span>
|
<span>{{scope.row.longitude}},{{scope.row.latitude}}</span>
|
||||||
|
|
Loading…
Reference in New Issue