Update indexMim.vue
This commit is contained in:
parent
fc584ca5c1
commit
9f7dbf2bcf
|
@ -753,7 +753,7 @@ const initMapdt = (data: any, podat: any, name: any) => {
|
|||
}
|
||||
},
|
||||
data: [] as any[] // 添加与你的数据相关联的数据
|
||||
},
|
||||
}
|
||||
// {
|
||||
// type: 'lines', // 飞线图
|
||||
// tooltip: {
|
||||
|
@ -807,8 +807,8 @@ const initMapdt = (data: any, podat: any, name: any) => {
|
|||
// padding: 10px;
|
||||
// box-sizing: border-box;
|
||||
// ">
|
||||
// 报警: 0<br />
|
||||
// 警情: 0<br />
|
||||
// 报警: 0<br />
|
||||
// 警情: 0<br />
|
||||
// AI预警: 0
|
||||
// </div>
|
||||
// `
|
||||
|
@ -827,8 +827,8 @@ const initMapdt = (data: any, podat: any, name: any) => {
|
|||
// padding: 10px;
|
||||
// box-sizing: border-box;
|
||||
// ">
|
||||
// 报警: ${itemWithId2.alarmCount}<br />
|
||||
// 警情: ${itemWithId2.caseCount}<br />
|
||||
// 报警: ${itemWithId2.alarmCount}<br />
|
||||
// 警情: ${itemWithId2.caseCount}<br />
|
||||
// AI预警: ${itemWithId2.aiCount}
|
||||
// </div>
|
||||
// `
|
||||
|
|
Loading…
Reference in New Issue