update 调整模拟数据
This commit is contained in:
@@ -19,56 +19,56 @@ export const left2 = {
|
|||||||
code: 200,
|
code: 200,
|
||||||
result: [
|
result: [
|
||||||
{
|
{
|
||||||
name: '顺宁健康服务中心',
|
name: '第一健康服务中心',
|
||||||
high: 35,
|
high: 35,
|
||||||
slow: 90,
|
slow: 90,
|
||||||
tour: 35,
|
tour: 35,
|
||||||
order: 1,
|
order: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '大水坑健康服务中心',
|
name: '第二健康服务中心',
|
||||||
high: 28,
|
high: 28,
|
||||||
slow: 90,
|
slow: 90,
|
||||||
tour: 12,
|
tour: 12,
|
||||||
order: 2,
|
order: 2,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '盘古梁医务室',
|
name: '第一医务室',
|
||||||
high: 35,
|
high: 35,
|
||||||
slow: 46,
|
slow: 46,
|
||||||
tour: 35,
|
tour: 35,
|
||||||
order: 3,
|
order: 3,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '郝坨梁医务室',
|
name: '第二医务室',
|
||||||
high: 13,
|
high: 13,
|
||||||
slow: 90,
|
slow: 90,
|
||||||
tour: 35,
|
tour: 35,
|
||||||
order: 4,
|
order: 4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '五里湾二区医务室',
|
name: '第三医务室',
|
||||||
high: 95,
|
high: 95,
|
||||||
slow: 56,
|
slow: 56,
|
||||||
tour: 84,
|
tour: 84,
|
||||||
order: 5,
|
order: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '桐寨医务室',
|
name: '第四医务室',
|
||||||
high: 35,
|
high: 35,
|
||||||
slow: 90,
|
slow: 90,
|
||||||
tour: 35,
|
tour: 35,
|
||||||
order: 6,
|
order: 6,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '新寨医务室',
|
name: '第五医务室',
|
||||||
high: 35,
|
high: 35,
|
||||||
slow: 90,
|
slow: 90,
|
||||||
tour: 35,
|
tour: 35,
|
||||||
order: 7,
|
order: 7,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '油房庄医务室',
|
name: '第六医务室',
|
||||||
high: 35,
|
high: 35,
|
||||||
slow: 90,
|
slow: 90,
|
||||||
tour: 35,
|
tour: 35,
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<china-map
|
<china-map
|
||||||
:showFooter="false"
|
:showFooter="false"
|
||||||
:computedCenter="false"
|
:computedCenter="false"
|
||||||
:mapOptions="YinChuanOption"
|
:mapOptions="YinChuanOptionTest"
|
||||||
:showHospitalList="showHospitalList"
|
:showHospitalList="showHospitalList"
|
||||||
:hospitalList="hospitalList"
|
:hospitalList="hospitalList"
|
||||||
@clearHospitalList="clearHospitalList"
|
@clearHospitalList="clearHospitalList"
|
||||||
@@ -59,12 +59,16 @@
|
|||||||
import { useRoute } from 'vue-router';
|
import { useRoute } from 'vue-router';
|
||||||
import { DataType, getSettings, ThemeType } from '/@/utils/settings.ts';
|
import { DataType, getSettings, ThemeType } from '/@/utils/settings.ts';
|
||||||
import { ServerDetailType } from '/@/components/body-d-left/bodyLeftHooks.ts';
|
import { ServerDetailType } from '/@/components/body-d-left/bodyLeftHooks.ts';
|
||||||
import { YinChuanOption } from '/@/assets/mapUtils/mapConstant.ts';
|
|
||||||
import { useUserStore } from '/@/store/modules/user.ts';
|
import { useUserStore } from '/@/store/modules/user.ts';
|
||||||
import { Map } from '/@/assets/mapUtils/map.ts';
|
import { Map } from '/@/assets/mapUtils/map.ts';
|
||||||
|
|
||||||
const title = ref('银川片应急就医服务中心');
|
const YinChuanOptionTest = {
|
||||||
const phone = '(0951-6805199)';
|
center: [108.32, 36.45], //地图中心点
|
||||||
|
zoom: 7, //地图显示的缩放级别
|
||||||
|
mapStyle: 'darkblue', //地图样式
|
||||||
|
};
|
||||||
|
const title = ref('应急就医服务中心');
|
||||||
|
const phone = '(xxxx-xxxxxxx)';
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
const setting = getSettings(DataType.yinChuan);
|
const setting = getSettings(DataType.yinChuan);
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user