From 4ec5c1024f27da2712784028bb6b3c631e842189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=20=E8=8C=83?= Date: Fri, 10 Sep 2021 15:18:19 +0800 Subject: [PATCH 1/3] =?UTF-8?q?update=E5=A2=9E=E5=8A=A0=E5=A7=93=E5=90=8D?= =?UTF-8?q?=E5=92=8C=E8=BA=AB=E4=BB=BD=E8=AF=81=E5=8F=B7=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontCode2/sunshine_levy/src/views/index.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/FrontCode2/sunshine_levy/src/views/index.vue b/FrontCode2/sunshine_levy/src/views/index.vue index f407421..09b8914 100644 --- a/FrontCode2/sunshine_levy/src/views/index.vue +++ b/FrontCode2/sunshine_levy/src/views/index.vue @@ -25,7 +25,10 @@
- +
- 征收政策 -
- 共{{total}}条 + 征收政策 +
+ 共{{ total }}条 +
+ +
+
+ 评估报告编号: + {{ assess.assessmentNo }} +
+
+ 被征收房屋地址: + + {{ + assess.houseAddress + }} + +
+
+ 评估总金额: + ¥{{ assess.countValue }} +
+
+
+
+
+ + 补偿协议 +
+ +
+ +
+
+ 协议编号: + {{ protocol.xyNo }} +
+
+ 被征收房屋地址: + + {{ + protocol.houseAddress + }} + +
+
+ 补偿方式: + + {{ + protocol.compensation + }} + +
+
+ 合计补偿资金: + ¥{{ protocol.summationShouldCompensateMoney }} +
+
+
+
+
+
+
-
-
- - {{ project.name }} -
-
- - 协议签订阶段 -
-
-
-
-
-
- - 项目所在区域: - {{ project.area }} -
-
-
-
- - 征收部门: - {{ project.department }} -
-
-
-
- - 所属年份: - {{ project.year }} -
-
-
-
- - 征收决定号: - {{ - project.num - }} -
-
-
-
-
- - 分户评估结果 -
- -
-
-
- 评估报告编号: - {{ assess.num }} -
-
- 被征收房屋地址: - {{ - assess.address - }} -
-
- 评估总金额: - ¥{{ assess.amount }} -
-
-
-
- - 补偿协议 -
- -
-
-
- 协议编号: - {{ retrievalProtocol.num }} -
-
- 被征收房屋地址: - {{ - retrievalProtocol.address - }} -
-
- 补偿方式: - {{ - retrievalProtocol.compensation - }} -
-
- 合计补偿资金: - ¥{{ retrievalProtocol.amount }} -
-
-
-
-
- +
征收政策 @@ -204,10 +186,7 @@
{{ item.title }}
-
+
发布时间: {{ item.publish_date }} @@ -220,10 +199,7 @@
{{ item.title }}
-
+
发布时间: {{ item.publish_date }} @@ -243,51 +219,51 @@