From 7da50d5a7531e1c9919d2574075b807465844423 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 26 May 2023 17:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header.vue | 2 +- src/views/Report/ReportDetail.vue | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/Header.vue b/src/components/Header.vue index f26f3a6..f2b1bd7 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -100,7 +100,7 @@ export default { // window.open("https://caddmuat.changan.com.cn/cas/logout?service=http://10.64.23.30:7766/home", '_self'); // 测试 // window.open(BASE_URL.BASE_CHANGAN + "/logout?service=" + BASE_URL.BASE_LOCAL + "/login?loginType=1", '_self'); - this.$router.push('https://iam.faw-vw.com/esc-sso/logout?service=http%3A%2F%2F10.94.1.164%3A8888%2FcheckPage') + window.open('https://iam.faw-vw.com/esc-sso/logout?service=http%3A%2F%2F10.94.1.164%3A8888%2FcheckPage','_self') }) }) }, diff --git a/src/views/Report/ReportDetail.vue b/src/views/Report/ReportDetail.vue index e76c410..88722f9 100644 --- a/src/views/Report/ReportDetail.vue +++ b/src/views/Report/ReportDetail.vue @@ -59,7 +59,7 @@ :disabled="showText && !isExcel" size="mini" class="checkBtn">报告下载
-
+
{{item.fileName}}
@@ -404,11 +404,13 @@ export default { .preview-list{ width: 200px; margin-top: 10px; + //padding-right: 5px; max-height: 500px; overflow: auto; + .fileName{ width: 100%; - height: 28px; + height: 30px; overflow: hidden; text-overflow: ellipsis; word-break: keep-all; @@ -421,6 +423,7 @@ export default { } .preview-content { //margin: 0 14px 0 13px; + border-left: 2px solid #ccc; max-height: 500px; padding-bottom: 11px; overflow: auto;