diff --git a/FrontCode2/sunshine_levy/src/router/index.js b/FrontCode2/sunshine_levy/src/router/index.js
index 4d22a8b..400f3d8 100644
--- a/FrontCode2/sunshine_levy/src/router/index.js
+++ b/FrontCode2/sunshine_levy/src/router/index.js
@@ -51,6 +51,13 @@ export default new Router({
name: "evaluteResult",
component: () =>
import ("../views/pdf/evaluteResult")
+ },
+ // 政策详情页面
+ {
+ path: "/policyInfo",
+ name: "policyInfo",
+ component: () =>
+ import ("../views/policyInfo/policyInfo")
}
]
});
\ No newline at end of file
diff --git a/FrontCode2/sunshine_levy/src/views/index.vue b/FrontCode2/sunshine_levy/src/views/index.vue
index cdd69c1..6adaf41 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 @@
-
+
征收政策
@@ -173,12 +219,15 @@
-
+
{{ item.title }}
-
+
发布时间:
{{ item.publish_date }}
@@ -191,7 +240,10 @@
{{ item.title }}
-
+
发布时间:
{{ item.publish_date }}
@@ -211,14 +263,14 @@
-
-
diff --git a/FrontCode2/sunshine_levy/src/views/policyInfo/policyInfo.vue b/FrontCode2/sunshine_levy/src/views/policyInfo/policyInfo.vue
new file mode 100644
index 0000000..17bb03a
--- /dev/null
+++ b/FrontCode2/sunshine_levy/src/views/policyInfo/policyInfo.vue
@@ -0,0 +1,41 @@
+
+
+
{{ info.title }}
+
{{ info.date }}
+
+
{{ info.content }}
+
{{ info.content }}
+
+
+
+