diff --git a/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue
index 0b573a42..83b4e413 100644
--- a/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue
+++ b/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue
@@ -22,41 +22,55 @@
'word-break': 'break-all',
}"
>
- {{ case_no }}
- {{ typename }}
- {{ countyname }}
- {{ streetname }}
- {{ communityname }}
+ {{
+ props.showInfoData.case_no
+ }}
+ {{
+ props.showInfoData.typename
+ }}
+ {{
+ props.showInfoData.countyname
+ }}
+ {{
+ props.showInfoData.streetname
+ }}
+ {{
+ props.showInfoData.communityname
+ }}
{{
- dataProcessing(area)
+ dataProcessing(props.showInfoData.area)
}}
{{
- dataProcessing(gengdi_area)
+ dataProcessing(props.showInfoData.gengdi_area)
}}
{{
- dataProcessing(yongjiujibennongtian_area)
+ dataProcessing(props.showInfoData.yongjiujibennongtian_area)
}}
- {{ case_description }}
+ {{
+ props.showInfoData.case_description
+ }}
- {{ remark }}
- {{ lng }}
- {{ lat }}
- {{ synchronoustime }}
+ {{ props.showInfoData.remark }}
+ {{ props.showInfoData.lng }}
+ {{ props.showInfoData.lat }}
+ {{
+ props.showInfoData.synchronoustime
+ }}
- {{ jieshou_people }}
- {{ jieshou_time?.split('.')[0] }}
+ {{
+ props.showInfoData.jieshou_people
+ }}
+ {{
+ props.showInfoData.jieshou_time?.split('.')[0]
+ }}
@@ -91,28 +109,28 @@
}"
>
{{
- getLabel('is_illegal', is_illegal)
+ getLabel('is_illegal', props.showInfoData.is_illegal)
}}
- {{
- xiangmumc
+ {{
+ props.showInfoData.xiangmumc
}}
- {{
- xiangmuzhuti
+ {{
+ props.showInfoData.xiangmuzhuti
}}
- {{
- actual_use_to
+ {{
+ props.showInfoData.actual_use_to
}}
- {{
- getLabel('weifaleixing', weifaleixing)
+ {{
+ getLabel('weifaleixing', props.showInfoData.weifaleixing)
}}
-
-
+
+
-
-
+
+
- {{
- getLabel('qita_use_to', qita_use_to)
+ {{
+ getLabel('qita_use_to', props.showInfoData.qita_use_to)
}}
-
-
+
+
{{
- pandingyijushuoming
+ props.showInfoData.pandingyijushuoming
}}
- {{ examiner_name }}
- {{ examine_time }}
+ {{
+ props.showInfoData.examiner_name
+ }}
+ {{
+ props.showInfoData.examine_time
+ }}
{{
- getLabel('measure_name', measure_name)
+ getLabel('measure_name', props.showInfoData.measure_name)
}}
-
-
+
+
-
+
-
-
+
+
-
+
- {{ transactor_name }}
- {{ transact_time }}
+ {{
+ props.showInfoData.transactor_name
+ }}
+ {{
+ props.showInfoData.transact_time
+ }}
-
+
- {{ verifyuser }}
- {{ verifytime }}
+ {{
+ props.showInfoData.verifyuser
+ }}
+ {{
+ props.showInfoData.verifytime
+ }}
-
+
- {{ hexiaoren }}
- {{ hexiaotime?.split('.')[0] }}
-
+ {{
+ props.showInfoData.hexiaoren
+ }}
+ {{
+ props.showInfoData.hexiaotime?.split('.')[0]
+ }}
+