Commit f99e48e1 authored by 郭铭瑶's avatar 郭铭瑶 🤘

A013点击触发电梯加装详情弹窗

parent b42238f9
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6,10 +6,10 @@
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>静安智慧房管</title>
<script type="module" crossorigin src="./assets/index.a4f5b945.js"></script>
<link rel="modulepreload" href="./assets/vendor.87160403.js">
<script type="module" crossorigin src="./assets/index.73fe6fc7.js"></script>
<link rel="modulepreload" href="./assets/vendor.3d772a52.js">
<link rel="stylesheet" href="./assets/vendor.db35e2cd.css">
<link rel="stylesheet" href="./assets/index.54479bfe.css">
<link rel="stylesheet" href="./assets/index.406387d3.css">
</head>
<body>
......
This diff is collapsed.
......@@ -192,7 +192,7 @@
type="primary"
size="small"
@click="showRiskBuilding = true"
>
>
查看安全排查结果
</n-button>
</div>
......
......@@ -11,6 +11,7 @@
]"
:data="info"
:formatter="formatter"
label-width=".8rem"
/>
</div>
</template>
......
......@@ -13,11 +13,13 @@
]"
:data="info"
:formatter="formatter"
label-width="1rem"
/>
<m-sub>配对项目信息</m-sub>
<m-form
:template="['stNameFrst:小区名称|sectAddr:项目地址', 'cspName:物业企业|']"
:data="info"
label-width="1rem"
/>
</div>
</template>
......
......@@ -49,10 +49,10 @@
<m-modal v-model="showCommunityDrawer" title="小区档案" width="80%">
<CommunityInfo :info="communityDetail" />
</m-modal>
<m-modal v-model="showElevatorDrawer" title="多层住宅电梯加装" width="70%">
<m-modal v-model="showElevatorDrawer" title="多层住宅电梯加装" width="50%">
<ElevatorInfo :info="elevatorDetail" />
</m-modal>
<m-modal v-model="showSafetyDrawer" title="房屋安全排查结果" width="70%">
<m-modal v-model="showSafetyDrawer" title="房屋安全排查结果" width="50%">
<SafetyInfo :info="safetyDetail" />
</m-modal>
<m-modal v-model="showSearchModal" title="搜索小区">
......@@ -186,6 +186,10 @@ bus.on('addPoints', (data) => {
bus.on('communityList', (data) => {
store.commit('SET_COMMUNITY_LIST', data)
})
bus.on('elevatorInfo', (data) => {
elevatorDetail.value = data
showElevatorDrawer.value = true
})
function onMapComplete() {
addPoints({ data: store.state.communityList, icon: CommunityIcon, size: 6 })
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment