fix: 手机端海外法规库-译文附件未展示全
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
<el-col :span="16">
|
||||
<template v-if="child.value && child.value.length > 0">
|
||||
<div style="line-height: 32px">
|
||||
<div v-for="(file, fileIndex) in child6Func(child.value)"
|
||||
<div v-for="(file, fileIndex) in child.value"
|
||||
style="display: flex;">
|
||||
<span v-if="child.value && child.value.length > 0 && child.value.length === 1"
|
||||
style="display: flex; align-items: center;">
|
||||
@@ -144,7 +144,7 @@
|
||||
<!--多个文件时-->
|
||||
<div v-else-if="child.value && child.value.length > 0">
|
||||
<span style="display: flex; align-items: center;">
|
||||
<a style="font-size: 16px;color: #409EFF;cursor: pointer"
|
||||
<a style="font-size: 0.2rem;color: #409EFF;cursor: pointer"
|
||||
@click="openFileInPdf(file.id, file.oldFileName)" target="_blank"
|
||||
:title="file.oldFileName">{{ file.oldFileName | ellipsis50}}</a>
|
||||
</span>
|
||||
@@ -3565,7 +3565,6 @@
|
||||
location['child5'] = childList
|
||||
|
||||
}
|
||||
//修订本
|
||||
if (!list[0].child) {
|
||||
location['child6'] = []
|
||||
} else {
|
||||
@@ -3591,7 +3590,6 @@
|
||||
location['child2'] = childList
|
||||
}
|
||||
}
|
||||
|
||||
for (let i = 0; i < displayLocation.length; i++) {
|
||||
// sss
|
||||
if (displayLocation[i].label !== '基础信息' && displayLocation[i].label !== '过程稿件') {
|
||||
|
||||
Reference in New Issue
Block a user