完善地图的抽稀展示、执行和保存
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
<span v-if="!scope.row.gbLongitude || !scope.row.gbLatitude">无</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="ptzType" label="云台类型" min-width="100">
|
||||
<el-table-column prop="ptzType" label="摄像头类型" min-width="100">
|
||||
<template v-slot:default="scope">
|
||||
<div>{{ scope.row.ptzTypeText }}</div>
|
||||
</template>
|
||||
@@ -222,7 +222,7 @@ export default {
|
||||
},
|
||||
经度: 'gbLongitude',
|
||||
纬度: 'gbLatitude',
|
||||
云台类型: 'ptzTypeText',
|
||||
摄像头类型: 'ptzTypeText',
|
||||
状态: {
|
||||
field: 'gbStatus',
|
||||
callback: (value) => {
|
||||
|
||||
Reference in New Issue
Block a user