Commit 0e581185 authored by 郭铭瑶's avatar 郭铭瑶 🤘

隐患点无为0

parent 48f1869f
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 source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
<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.468a88b9.js"></script> <script type="module" crossorigin src="./assets/index.48e6eeb0.js"></script>
<link rel="modulepreload" href="./assets/vendor.0a2bc783.js"> <link rel="modulepreload" href="./assets/vendor.0a2bc783.js">
<link rel="stylesheet" href="./assets/index.b71943ab.css"> <link rel="stylesheet" href="./assets/index.a96a5e4b.css">
</head> </head>
<body> <body>
......
...@@ -140,6 +140,7 @@ export default defineComponent({ ...@@ -140,6 +140,7 @@ export default defineComponent({
if (formatter && key.match(/>(\w*)[#:]?/)) { if (formatter && key.match(/>(\w*)[#:]?/)) {
return formatter[RegExp.$1](data[dataKey], data) return formatter[RegExp.$1](data[dataKey], data)
} }
if (typeof data[dataKey] === 'number') return data[dataKey]
return data[dataKey] || '无' return data[dataKey] || '无'
} }
return { return {
......
...@@ -246,7 +246,7 @@ export default { ...@@ -246,7 +246,7 @@ export default {
const { content } = ( const { content } = (
await ajax.get({ await ajax.get({
url: api.GET_PUBLICSAFE_BUILDINGS, url: api.GET_PUBLICSAFE_BUILDINGS,
params: { pageSize: 1000 }, params: { pageSize: 9000 },
}) })
).data ).data
commit('SET_PUBLICSAFE_BUILDINGS', content) commit('SET_PUBLICSAFE_BUILDINGS', content)
......
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