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

更新

parent be202117
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<link rel="icon" href="./favicon.ico" /> <link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>静安智慧房管</title> <title>静安智慧房管</title>
<script type="module" crossorigin src="./assets/index.d6d19cd8.js"></script> <script type="module" crossorigin src="./assets/index.a4f5b945.js"></script>
<link rel="modulepreload" href="./assets/vendor.d3136cff.js"> <link rel="modulepreload" href="./assets/vendor.87160403.js">
<link rel="stylesheet" href="./assets/vendor.db35e2cd.css"> <link rel="stylesheet" href="./assets/vendor.db35e2cd.css">
<link rel="stylesheet" href="./assets/index.beb19b4d.css"> <link rel="stylesheet" href="./assets/index.54479bfe.css">
</head> </head>
<body> <body>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -175,21 +175,11 @@ ...@@ -175,21 +175,11 @@
<template v-else> <template v-else>
<div class="search-bar"> <div class="search-bar">
<n-space align="center"> <n-space align="center">
<n-button
v-if="showRiskBtn"
type="primary"
size="small"
@click="showRiskBuilding = true"
>
查看安全排查结果
</n-button>
门牌幢地址:<n-input 门牌幢地址:<n-input
v-model:value="searchKey" v-model:value="searchKey"
size="small" size="small"
@keypress.enter="getBuildingList" @keypress.enter="getBuildingList"
/> />
</n-space>
<n-space>
<n-button size="small" ghost type="primary" @click="reset"> <n-button size="small" ghost type="primary" @click="reset">
重置 重置
</n-button> </n-button>
...@@ -197,6 +187,14 @@ ...@@ -197,6 +187,14 @@
搜索 搜索
</n-button> </n-button>
</n-space> </n-space>
<n-button
v-if="showRiskBtn"
type="primary"
size="small"
@click="showRiskBuilding = true"
>
查看安全排查结果
</n-button>
</div> </div>
<n-data-table <n-data-table
size="small" size="small"
......
...@@ -80,7 +80,7 @@ import c3 from '@/assets/images/c3.png' ...@@ -80,7 +80,7 @@ import c3 from '@/assets/images/c3.png'
import c4 from '@/assets/images/c4.png' import c4 from '@/assets/images/c4.png'
import c5 from '@/assets/images/c5.png' import c5 from '@/assets/images/c5.png'
import c6 from '@/assets/images/c6.png' import c6 from '@/assets/images/c6.png'
import CommunityIcon from '@/assets/images/green-point.png' import CommunityIcon from '@/assets/images/init-point.png'
import BlueOn from '@/assets/images/blue-on.gif' import BlueOn from '@/assets/images/blue-on.gif'
const mapRef = shallowRef<any>(null) const mapRef = shallowRef<any>(null)
...@@ -187,7 +187,7 @@ bus.on('communityList', (data) => { ...@@ -187,7 +187,7 @@ bus.on('communityList', (data) => {
store.commit('SET_COMMUNITY_LIST', data) store.commit('SET_COMMUNITY_LIST', data)
}) })
function onMapComplete() { function onMapComplete() {
addPoints({ data: store.state.communityList, icon: CommunityIcon, size: 8 }) addPoints({ data: store.state.communityList, icon: CommunityIcon, size: 6 })
} }
function addPoints(data) { function addPoints(data) {
......
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