联调二级评估页面
This commit is contained in:
5274
src/views/pqs/runManage/runEvaluate/components/jx.ts
Normal file
5274
src/views/pqs/runManage/runEvaluate/components/jx.ts
Normal file
File diff suppressed because it is too large
Load Diff
@@ -34,6 +34,7 @@
|
||||
class="group-list__item"
|
||||
:style="colorKey == k.coordinate ? 'background-color: #009ea81a;' : ''"
|
||||
v-for="k in item.psrList"
|
||||
:key="k"
|
||||
@click="flyTo(k)"
|
||||
>
|
||||
<p>{{ k.psrName }}</p>
|
||||
@@ -140,6 +141,7 @@
|
||||
<bm-polygon
|
||||
v-for="timeK in item.boundary"
|
||||
:path="timeK"
|
||||
:key="timeK"
|
||||
:strokeWeight="2"
|
||||
strokeColor="#0e8780"
|
||||
:strokeOpacity="1"
|
||||
@@ -218,6 +220,7 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
import mapJson from '@/views/pqs/panorama/components/boundary'
|
||||
import jxMapJson from './jx'
|
||||
const datePickerRef = ref()
|
||||
const height = mainHeight(90)
|
||||
// 页面中直接引入就可以
|
||||
@@ -306,6 +309,56 @@ const boundaryList: any = ref([
|
||||
orgName: '鞍山',
|
||||
LngLat: [122.808845, 40.840049],
|
||||
boundary: mapJson['鞍山']
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
orgName: '南昌',
|
||||
LngLat: [115.862285, 28.717589],
|
||||
boundary: jxMapJson['南昌']
|
||||
},
|
||||
{
|
||||
orgName: '九江',
|
||||
LngLat: [115.8287, 29.4315],
|
||||
boundary: jxMapJson['九江']
|
||||
},
|
||||
{
|
||||
orgName: '上饶',
|
||||
LngLat: [117.9434, 28.4576],
|
||||
boundary: jxMapJson['上饶']
|
||||
},
|
||||
{
|
||||
orgName: '抚州',
|
||||
LngLat: [116.3587, 27.9835],
|
||||
boundary: jxMapJson['抚州']
|
||||
},
|
||||
{
|
||||
orgName: '宜春',
|
||||
LngLat: [114.4168, 27.8155],
|
||||
boundary: jxMapJson['宜春']
|
||||
},
|
||||
{
|
||||
orgName: '吉安',
|
||||
LngLat: [114.9924, 27.1138],
|
||||
boundary: jxMapJson['吉安']
|
||||
},
|
||||
{
|
||||
orgName: '赣州',
|
||||
LngLat: [114.9359, 25.8458],
|
||||
boundary: jxMapJson['赣州']
|
||||
},
|
||||
{ orgName: '景德镇', LngLat: [117.2148, 29.2926], boundary: jxMapJson['景德镇'] },
|
||||
{
|
||||
orgName: '萍乡',
|
||||
LngLat: [113.8547, 27.6228],
|
||||
boundary: jxMapJson['萍乡']
|
||||
},
|
||||
{ orgName: '新余', LngLat: [114.9302, 27.8109], boundary: jxMapJson['新余'] },
|
||||
{
|
||||
orgName: '鹰潭',
|
||||
LngLat: [117.0356, 28.2413],
|
||||
boundary: jxMapJson['鹰潭']
|
||||
}
|
||||
])
|
||||
|
||||
@@ -315,8 +368,10 @@ const siteList = ref<any>([])
|
||||
const polyline = ref<any>([])
|
||||
const lineId = ref('')
|
||||
const center = ref({
|
||||
lng: 122.42588,
|
||||
lat: 40.810977
|
||||
lng: 115.64636, //江西
|
||||
lat: 27.232634
|
||||
// lng: 122.42588,//辽宁
|
||||
// lat: 40.810977
|
||||
})
|
||||
const infoWindowPoint = ref<anyObj>({
|
||||
lng: 0,
|
||||
|
||||
Reference in New Issue
Block a user