From ee9490988336c6ff63d7ed6bd3298c4f08b9fdc3 Mon Sep 17 00:00:00 2001 From: lisl <1223762861@qq.com> Date: Tue, 28 Sep 2021 15:15:12 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=96=87=E6=9C=AC=E6=8D=A2=E8=A1=8C?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E5=9B=BE=E6=A0=87=E5=B0=BA=E5=AF=B8?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontCode2/sunshine_levy/src/views/index.vue | 37 +++++++++++++++---- .../src/views/policyInfo/policyInfo.vue | 13 +++++-- .../src/views/report/agreement.vue | 5 ++- .../src/views/report/evaluatePage.vue | 13 +++++-- .../src/views/report/evalute.vue | 9 ++--- 5 files changed, 57 insertions(+), 20 deletions(-) diff --git a/FrontCode2/sunshine_levy/src/views/index.vue b/FrontCode2/sunshine_levy/src/views/index.vue index f297e5a..0d700ef 100644 --- a/FrontCode2/sunshine_levy/src/views/index.vue +++ b/FrontCode2/sunshine_levy/src/views/index.vue @@ -54,8 +54,8 @@
-
@@ -293,7 +293,30 @@ export default { }, prjList: [ { - name: "无数据", + name: "请求出错暂时没有可用数据", + currentState: "无数据", + area: "无数据", + zsbm: "无数据", + year: "无数据", + zsjdh: "无数据", + fhpgList: [ + { + assessmentNo: "无数据", + houseAddress: "无数据", + countValue: "无数据" + } + ], + bcxyList: [ + { + xyNo: "无数据", + houseAddress: "无数据", + switchProductionWay: "无数据", + summationShouldCompensateMoney: "无数据" + } + ] + }, + { + name: "请求出错", currentState: "无数据", area: "无数据", zsbm: "无数据", @@ -403,7 +426,7 @@ export default { pageJump(id) { this.$router.push({ name: "policyInfo", - params: { ticket: window.sessionStorage.getItem("ticket"), id: id } + params: { id } }); }, setZwUserAplus(Userid, userName) { @@ -581,6 +604,7 @@ export default { span { white-space: nowrap; overflow: hidden; + text-overflow: ellipsis; } } @@ -588,7 +612,7 @@ export default { display: flex; align-items: center; justify-content: center; - width: 50px; + padding: 0 8px; height: 100%; margin-right: 10px; border-radius: 5px 0 0; @@ -601,9 +625,6 @@ export default { font-family: PingFangSC-Semibold, PingFang SC; font-size: 16px; font-weight: 600; - line-height: 20px; - height: 20px; - vertical-align: middle; color: #fff; } diff --git a/FrontCode2/sunshine_levy/src/views/policyInfo/policyInfo.vue b/FrontCode2/sunshine_levy/src/views/policyInfo/policyInfo.vue index d37fef1..cdd4d24 100644 --- a/FrontCode2/sunshine_levy/src/views/policyInfo/policyInfo.vue +++ b/FrontCode2/sunshine_levy/src/views/policyInfo/policyInfo.vue @@ -1,7 +1,7 @@