mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-26 15:07:49 +08:00
通道列表添加经纬度信息
This commit is contained in:
parent
31e340e8e2
commit
560bd427d2
@ -54,6 +54,12 @@
|
|||||||
</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 label="位置信息" align="center">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<span>{{scope.row.longitude}},{{scope.row.latitude}}</span>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
<el-table-column prop="ptztypeText" label="云台类型"/>
|
||||||
<el-table-column label="开启音频" align="center">
|
<el-table-column label="开启音频" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-switch @change="updateChannel(scope.row)" v-model="scope.row.hasAudio" active-color="#409EFF">
|
<el-switch @change="updateChannel(scope.row)" v-model="scope.row.hasAudio" active-color="#409EFF">
|
||||||
@ -68,8 +74,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="ptztypeText" label="云台类型">
|
|
||||||
</el-table-column>
|
|
||||||
<el-table-column label="操作" width="280" align="center" fixed="right">
|
<el-table-column label="操作" width="280" align="center" fixed="right">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button-group>
|
<el-button-group>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user