shuishen
2023-02-24 f7728b7d4ea190151172811ce81db24a8627c871
Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
1 files modified
10 ■■■■ changed files
src/views/video/region.vue 10 ●●●● patch | view | raw | blame | history
src/views/video/region.vue
@@ -31,7 +31,7 @@
                                :header-cell-style="{ 'text-align': 'center', 'background-color': 'rgba(9, 40, 199, 0.5)', 'borderColor': '#324e75' }"
                                :cell-style="{ 'text-align': 'center', 'borderColor': '#324e75' }" @cell-click="rowClick">
                                <el-table-column prop="name" label="范围名称" min-width="50%"></el-table-column>
                                <el-table-column prop="extent" label="长度km/面积" min-width="50%">
                                <el-table-column prop="extent" label="长度km/面积㎡" min-width="50%">
                                    <!-- <template slot-scope="scope">
                                                    <span>{{ scope.row.extent }}</span>
                                                    <span>千米</span>
@@ -480,12 +480,18 @@
                        material: global.DC.Namespace.Cesium.Color.fromBytes(
                            255, 0, 0, 100
                        ),
                        polygonName: 'polygon' + item.id
                        polygonName: 'polygon' + item.id,
                        incident: this.overlayTypeClick
                })
            })
        },
        // 点击线面
        overlayTypeClick(e){
            console.log(e,23232);
        },
        convertPositionDate (data, type) {
            let positionStr = data
            if (type == 'polygon') {