【修改】下载
This commit is contained in:
@@ -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("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');
|
// 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')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
:disabled="showText && !isExcel" size="mini" class="checkBtn">报告下载</el-button>
|
:disabled="showText && !isExcel" size="mini" class="checkBtn">报告下载</el-button>
|
||||||
</div>
|
</div>
|
||||||
<div class="preview-box" v-watermark="{ text: watermarkText }">
|
<div class="preview-box" v-watermark="{ text: watermarkText }">
|
||||||
<div class="preview-list" >
|
<div class="preview-list scroll-myself" >
|
||||||
<div class="fileName" v-for="item in row.fileList" :title="item.fileName" @click="handleFile(item)"
|
<div class="fileName" v-for="item in row.fileList" :title="item.fileName" @click="handleFile(item)"
|
||||||
:class="{'bgColor':file.fileId==item.fileId}">{{item.fileName}}</div>
|
:class="{'bgColor':file.fileId==item.fileId}">{{item.fileName}}</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -404,11 +404,13 @@ export default {
|
|||||||
.preview-list{
|
.preview-list{
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
//padding-right: 5px;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
.fileName{
|
.fileName{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 28px;
|
height: 30px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
word-break: keep-all;
|
word-break: keep-all;
|
||||||
@@ -421,6 +423,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.preview-content {
|
.preview-content {
|
||||||
//margin: 0 14px 0 13px;
|
//margin: 0 14px 0 13px;
|
||||||
|
border-left: 2px solid #ccc;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
padding-bottom: 11px;
|
padding-bottom: 11px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user