diff --git a/index.html b/index.html
index 37395f8..6832ebc 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
diff --git a/src/views/indexSun/centerMap.vue b/src/views/indexSun/centerMap.vue
index 208ead9..1a0c62c 100644
--- a/src/views/indexSun/centerMap.vue
+++ b/src/views/indexSun/centerMap.vue
@@ -63,27 +63,50 @@
-
-
-
{{ item?.name }}
-
相距{{ item?.distance }}
-
驾车大约{{ item?.driveTime }}
+
+
+
+
+
+
+
+
+
关爱联络员
+
+ {{ mapBottomInfo?.careLiaisonName }}
+ {{ mapBottomInfo?.careLiaisonPhone }}
+
+
+ 该员工暂未设置关爱联络员
![]()
+
+
+
+
急救人员
+
+ {{ mapBottomInfo?.lifeguardName }}
+ {{ mapBottomInfo?.lifeguardPhone }}
+
+
+ 该员工暂未设置急救人员
![]()
+
+
+
diff --git a/src/views/indexSun/threeNewL.vue b/src/views/indexSun/threeNewL.vue
index 2c03911..b6be60c 100644
--- a/src/views/indexSun/threeNewL.vue
+++ b/src/views/indexSun/threeNewL.vue
@@ -41,8 +41,8 @@
const scrollList = ref
([]);
const props = defineProps({
bKey: {
- type: Number,
- default: () => 0,
+ type: String,
+ default: () => '',
},
});
@@ -100,7 +100,7 @@
justify-content: space-between;
font-size: 14px;
letter-spacing: 0;
- margin-bottom: 20px;
+ margin-bottom: 10px;
img {
display: inline-block;
width: 32px;
diff --git a/src/views/indexSun/threeR.vue b/src/views/indexSun/threeR.vue
index 59b21fa..60bd292 100644
--- a/src/views/indexSun/threeR.vue
+++ b/src/views/indexSun/threeR.vue
@@ -54,8 +54,8 @@
const props = defineProps({
bKey: {
- type: Number,
- default: () => 0,
+ type: String,
+ default: () => '',
},
centerId: {
type: String,
diff --git a/src/views/indexSun/twoL.vue b/src/views/indexSun/twoL.vue
index 2b207e1..1b94dc5 100644
--- a/src/views/indexSun/twoL.vue
+++ b/src/views/indexSun/twoL.vue
@@ -48,8 +48,8 @@
const { getCenterInfo } = useUserStore();
const props = defineProps({
bKey: {
- type: Number,
- default: () => 0,
+ type: String,
+ default: () => '',
},
});
const chooseType = ref('0');
@@ -93,7 +93,7 @@
});
}
- const myChart = ref(null);
+ const myChart = ref();
function getData() {
twoLApi({
sex: chooseType.value,
diff --git a/src/views/indexSun/twoR.vue b/src/views/indexSun/twoR.vue
index 29e9e77..faf2341 100644
--- a/src/views/indexSun/twoR.vue
+++ b/src/views/indexSun/twoR.vue
@@ -124,8 +124,8 @@
const props = defineProps({
bKey: {
- type: Number,
- default: () => 0,
+ type: String,
+ default: () => '',
},
centerId: {
type: String,