提交 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 @@ ...@@ -102,13 +102,15 @@
v-model="showArea" v-model="showArea"
@confirm="confirm" @confirm="confirm"
/> />
<SelectHospital />
</div> </div>
</template> </template>
<script> <script>
import SelectHospital from '@/components/selectHospital';
export default { export default {
components: { components: {
SelectHospital
}, },
data() { data() {
return { return {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册