diff --git a/FrontCode2/sunshine_levy/src/views/index.vue b/FrontCode2/sunshine_levy/src/views/index.vue index 5bb3123..615387e 100644 --- a/FrontCode2/sunshine_levy/src/views/index.vue +++ b/FrontCode2/sunshine_levy/src/views/index.vue @@ -7,19 +7,28 @@
- + 被征收人姓名: {{ data.userName }}
- + 身份证号码: {{ data.idCard }}
- +
- +
-
+
- - {{item.name}} + + {{ item.name }}
- + {{ item.currentState }}
@@ -89,14 +107,19 @@ class="projectCenterImg" /> 征收决定号: - {{ item.zsjdh }} + {{ + item.zsjdh + }}
- + 分户评估结果
-
+
评估报告编号: - {{ - assess.assessmentNo - }} + {{ assess.assessmentNo }}
- 被征收房屋地址: - {{ assess.houseAddress }} + 被征收房屋地址: + {{ + assess.houseAddress + }}
评估总金额: - ¥{{ assess.countValue }} + ¥{{ assess.countValue }}
- + 补偿协议
-
+
协议编号: {{ protocol.xyNo }}
- 被征收房屋地址: - {{ protocol.houseAddress }} + 被征收房屋地址: + {{ + protocol.houseAddress + }}
补偿方式: - {{ protocol.switchProductionWay }} + {{ + protocol.switchProductionWay + }}
合计补偿资金: - ¥{{ protocol.summationShouldCompensateMoney }} + ¥{{ protocol.summationShouldCompensateMoney }}
@@ -160,7 +203,10 @@
- +
征收政策 @@ -178,7 +224,10 @@
{{ item.title }}
-
+
发布时间: {{ item.publish_date }} @@ -191,7 +240,10 @@
{{ item.title }}
-
+
发布时间: {{ item.publish_date }} @@ -211,14 +263,14 @@