Commit 7bfaaf883858c9569dd0106d02cf877c1ec0d83a
1 parent
b5efaa7b
fix(国标设备): 修复设备列表云台类型不显示的问题
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/src/components/channelList.vue
| @@ -69,7 +69,7 @@ | @@ -69,7 +69,7 @@ | ||
| 69 | <span v-if="scope.row.longitude*scope.row.latitude === 0">无</span> | 69 | <span v-if="scope.row.longitude*scope.row.latitude === 0">无</span> |
| 70 | </template> | 70 | </template> |
| 71 | </el-table-column> | 71 | </el-table-column> |
| 72 | - <el-table-column prop="ptztypeText" label="云台类型" min-width="120"/> | 72 | + <el-table-column prop="PTZTypeText" label="云台类型" min-width="120"/> |
| 73 | <el-table-column label="开启音频" min-width="120"> | 73 | <el-table-column label="开启音频" min-width="120"> |
| 74 | <template slot-scope="scope"> | 74 | <template slot-scope="scope"> |
| 75 | <el-switch @change="updateChannel(scope.row)" v-model="scope.row.hasAudio" active-color="#409EFF"> | 75 | <el-switch @change="updateChannel(scope.row)" v-model="scope.row.hasAudio" active-color="#409EFF"> |