|
@@ -450,12 +450,16 @@ function setSiteMarker(setCenter: boolean) {
|
|
|
});
|
|
|
let winHtml = `
|
|
|
<div >
|
|
|
- <p style="line-height: 12px; font-size: 14px; font-weight: 600">${item.siteName}</p>
|
|
|
- <span style="line-height: 12px;">驿站编号:${item.siteCode}</span>
|
|
|
+ <p style="line-height: 12px; font-size: 14px; font-weight: 600">${item.siteName}(${item.siteCode})</p>
|
|
|
+ <span style="line-height: 12px;">所属区县:${item.regionName}</span>
|
|
|
<br>
|
|
|
- <span style="line-height: 12px;">驿站地址:${item.detailAddress}</span>
|
|
|
+ <span style="line-height: 12px;">运营公司:${item.institutionName}</span>
|
|
|
<br>
|
|
|
- <span style="line-height: 12px;">站点工作人员:${item.siteUsers.length}人</span>
|
|
|
+ <span style="line-height: 12px;">运营公司地址:${item.institutionAddress}</span>
|
|
|
+ <br>
|
|
|
+ <span style="line-height: 12px;">联系人:${item.institutionFzrName}</span>
|
|
|
+ <br>
|
|
|
+ <span style="line-height: 12px;">联系电话:${item.institutionFzrMobile}</span>
|
|
|
</div>
|
|
|
`;
|
|
|
let markerInfoWin = new T.InfoWindow(winHtml, {autoPan: true, offset: new T.Point(3, 7)});
|