1.应急事件显示信息过长,精简一下。
2.救护车图标配色调整
3.医院图标增大一点,显示图标及应急求助时的推荐图标
4.急救弹窗添加呼吸效果
5.急救路线搜索框,控制只搜索新疆境内
6.咨询大屏也要监听事件并弹出弹窗
This commit is contained in:
2025-10-31 17:51:22 +08:00
parent f44e372210
commit f617922cd3
18 changed files with 480 additions and 190 deletions
+2
View File
@@ -7,6 +7,7 @@
:width="props.width"
:maskClosable="true"
@cancel="handleCancel"
v-bind="$attrs"
destroy-on-close
>
<template #title>
@@ -23,6 +24,7 @@
:width="props.width"
:maskClosable="true"
@cancel="handleCancel"
v-bind="$attrs"
destroy-on-close
>
<template #title>
@@ -47,7 +47,7 @@ export function sleepCharts({ time, short, long, awake, type }) {
grid: {
top: '15%',
left: '5%',
right: '5%',
right: '8%',
bottom: 30,
},
tooltip: {
+2 -2
View File
@@ -1,4 +1,4 @@
import { getAllList, getAllListNew, getAmbulanceList } from '/@/components/xianMap/xianMapApi.ts';
import { getAllListNew } from '/@/components/xianMap/xianMapApi.ts';
export enum TabType {
all = '', //所有资源
@@ -85,7 +85,7 @@ export function aircraftContent() {
</div>`;
}
export function mapApiSwitch(type, params: any) {
export function mapApiSwitch(type: any, params: any) {
// 全部 油田 医疗点 合作医院
if ([TabType.all, TabType.youTianYiYuan, TabType.jianKangXiaoWu, TabType.jiuHuChe, TabType.aed].includes(type)) {
// return getAllList({ ...params });