提交 a507f13f 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 b6b31aa7
<template>
<van-popup
v-model="show"
closeable
round
position="bottom"
:style="{ height: '60%' }"
>
<div>选择检测机构</div>
</van-popup>
</template>
<script>
export default {
data() {
return {
show: true
};
},
};
</script>
<style>
</style>
......@@ -102,13 +102,15 @@
v-model="showArea"
@confirm="confirm"
/>
<SelectHospital />
</div>
</template>
<script>
import SelectHospital from '@/components/selectHospital';
export default {
components: {
SelectHospital
},
data() {
return {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册