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