diff --git a/src/views/pqs/qualityInspeection/panorama/components/mapR.vue b/src/views/pqs/qualityInspeection/panorama/components/mapR.vue index 49b78204..68a006f6 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/mapR.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/mapR.vue @@ -138,7 +138,7 @@
{{ item.orgName }} - +
@@ -354,6 +354,8 @@ const transientChange = () => { WTList.value = data }) } +const format = (percentage: any) => Math.round(percentage * mun.value) / 100 + '条' + defineExpose({ info, show })