Commit 953d7502 authored by 郭铭瑶's avatar 郭铭瑶 🤘

小区档案完成,打包

parent 10f2b16b
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -6,15 +6,15 @@
<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.d7e4864b.js"></script>
<link rel="modulepreload" href="./assets/vendor.76a9fd99.js">
<script type="module" crossorigin src="./assets/index.ef0d55ee.js"></script>
<link rel="modulepreload" href="./assets/vendor.4690f6ba.js">
<link rel="stylesheet" href="./assets/vendor.db35e2cd.css">
<link rel="stylesheet" href="./assets/index.601a0436.css">
<link rel="stylesheet" href="./assets/index.64a73471.css">
</head>
<body>
<div id="app"></div>
<script src="./shanghaiwuye_gis_map_api_3.2.210914/SMap.min.js"></script>
<script src="./shanghaiwuye_gis_map_api_3.2.211102/SMap.min.js"></script>
<script src="./Plugins.min.js"></script>
</body>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
......@@ -536,7 +536,7 @@ const formatter = {
}
const showOrderInfo = ref(false)
const orderInfo = ref<{ [key: string]: unknown }>({})
const orderInfo = ref<{ [key: string]: any }>({})
const orderInfoColumn = [
{
title: '指标名称',
......
......@@ -201,7 +201,6 @@ const safetyDetail = ref<{ [key: string]: any }>({})
const onMapClick = (data) => {
if (!data.id) return
// TODO 是否需要获取数据?
communityDetail.value = data
showCommunityDrawer.value = true
}
......
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