Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
| | |
| | | :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> |
| | |
| | | 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') { |