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 @@