Commit 810dceea88aea5b3866819a7f57ec192d8b16ee0
1 parent
7c6470fb
优化设备列表显示效果
Showing
2 changed files
with
3 additions
and
0 deletions
sql/mysql.sql
web_src/src/components/channelList.vue
| ... | ... | @@ -54,6 +54,8 @@ |
| 54 | 54 | </el-table-column> |
| 55 | 55 | <el-table-column prop="subCount" label="子节点数"> |
| 56 | 56 | </el-table-column> |
| 57 | + <el-table-column prop="manufacture" label="厂家"> | |
| 58 | + </el-table-column> | |
| 57 | 59 | <el-table-column label="位置信息" align="center"> |
| 58 | 60 | <template slot-scope="scope"> |
| 59 | 61 | <span>{{scope.row.longitude}},{{scope.row.latitude}}</span> | ... | ... |