From 30892a757ecc1ce9b8c399c3476ee5cdded28b0e Mon Sep 17 00:00:00 2001 From: lisl <1223762861@qq.com> Date: Tue, 12 Oct 2021 13:26:36 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=A0=B7=E5=BC=8F=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontCode2/sunshine_levy/src/views/index.vue | 134 ++++++++++-------- .../sunshine_levy/src/views/pdf/pdf.vue | 9 +- .../src/views/policyInfo/policyInfo.vue | 7 +- .../src/views/report/agreement.vue | 47 +++--- .../src/views/report/evaluatePage.vue | 19 ++- .../src/views/report/evalute.vue | 43 +++--- 6 files changed, 148 insertions(+), 111 deletions(-) diff --git a/FrontCode2/sunshine_levy/src/views/index.vue b/FrontCode2/sunshine_levy/src/views/index.vue index 13d6be9..3f1341f 100644 --- a/FrontCode2/sunshine_levy/src/views/index.vue +++ b/FrontCode2/sunshine_levy/src/views/index.vue @@ -7,36 +7,38 @@ element-loading-background=" rgba(118,118,118)" >
被征收人姓名:{{ data.userName }}
扫一扫
查评估结果
查补偿协议
- 项目所在区域:
+
+ 项目所在区域:
+
- 征收部门:
+
+ 征收部门:
+
- 所属年份:
+
+ 所属年份:
+
- 征收决定号:
-
- {{ item.zsjdh }}
-
+
+ 征收决定号:
+
- 协议编号:
+ 协议编号:
{{ item.xyNo }}
- 被征收人姓名:
+ 被征收人姓名:
{{ info.userName }}
- 协议类型:
+ 协议类型:
{{ item.switchProductionWay }}
- 评估总金额:
- {{ item.countValue }}元
-
- 合计补偿金额:
- {{
- item.summationShouldCompensateMoney
- }}元
+ 评估总金额:
+ {{ item.countValue }}
+ 元
+
+ 合计补偿金额:
+ {{ item.summationShouldCompensateMoney }}
+ 元
@@ -146,15 +144,30 @@ export default {
.el-card {
margin: 0 10px 10px;
.el-card__body {
+ .blue {
+ color: #3c70dd;
+ font-size: 16px;
+ }
+ .red {
+ color: #e55454;
+ font-size: 16px;
+ }
> div {
margin: 14px 0;
display: flex;
align-items: center;
height: 20px;
- img {
+ color: #b3b5b9;
+ > img {
margin-right: 6px;
height: 100%;
}
+ > span {
+ width: 106px;
+ }
+ b {
+ color: #363a44;
+ }
}
.line {
opacity: 1;
@@ -170,9 +183,7 @@ export default {
align-items: center;
justify-content: center;
overflow: hidden;
- > div {
- height: 100%;
- }
+ height: 20px;
img {
margin-right: 10px;
height: 100%;
diff --git a/FrontCode2/sunshine_levy/src/views/report/evaluatePage.vue b/FrontCode2/sunshine_levy/src/views/report/evaluatePage.vue
index ba5c1ef..a3ac640 100644
--- a/FrontCode2/sunshine_levy/src/views/report/evaluatePage.vue
+++ b/FrontCode2/sunshine_levy/src/views/report/evaluatePage.vue
@@ -4,6 +4,7 @@
v-loading="loading"
element-loading-text="拼命加载中"
element-loading-spinner="el-icon-loading"
+ element-loading-background=" rgba(118,118,118)"
>
被征收房屋座落:
评估方式:
- 评估报告编号:
+ 评估报告编号
{{ item.assessmentNo }}
- 被征收人姓名:
+ 被征收人姓名
{{ info.userName }}
- 被征收人房屋地址:
+ 被征收人房屋地址
{{ item.houseAddress }}
- 评估总金额:
+ 评估总金额
{{ item.countValue }}元
+ >元
@@ -68,29 +68,29 @@
>
- 评估报告编号:
+ 评估报告编号
{{ item.assessmentNo }}
- 被征收人姓名:
+ 被征收人姓名
{{ info.userName }}
- 被征收人房屋地址:
+ 被征收人房屋地址
{{ item.houseAddress }}
- 评估总金额:
+ 评估总金额
{{ item.countValue }}元
+ >元
@@ -233,19 +233,23 @@ export default {
> div {
margin: 14px 0;
display: flex;
- align-items: center;
+ align-items: flex-start;
line-height: 20px;
+ color: #b3b5b9;
img {
margin-right: 6px;
width: 20px;
}
- span {
- white-space: nowrap;
+ > span:nth-child(2) {
+ margin-right: 16px;
+ width: 97px;
+ }
+ > :nth-child(n + 3) {
+ color: #363a44;
+ max-width: 57%;
}
}
- .address {
- align-items: flex-start;
- }
+
.absolute {
background-color: #f7be24;
position: absolute;
@@ -282,6 +286,7 @@ export default {
span {
padding-right: 10px;
font-size: 12px;
+ color: #3876f3;
}
}
}