feat: There is no way the,
This commit is contained in:
@@ -356,7 +356,7 @@
|
|||||||
<div class="files-title">
|
<div class="files-title">
|
||||||
<label style="float: left;min-height: 43px;line-height: 43px;" >{{ child.attrName }}</label>
|
<label style="float: left;min-height: 43px;line-height: 43px;" >{{ child.attrName }}</label>
|
||||||
<template style="margin-left: 220px;">
|
<template style="margin-left: 220px;">
|
||||||
<div style="position: relative;margin-left: 214px; line-height: 32px">
|
<div style="position: relative;margin-left: 219px; line-height: 43px">
|
||||||
<div v-if="child.value && child.value.length > 0" v-for="(file, fileIndex) in child1Func(child.value)" style="display: flex">
|
<div v-if="child.value && child.value.length > 0" v-for="(file, fileIndex) in child1Func(child.value)" 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">
|
||||||
@@ -377,7 +377,7 @@
|
|||||||
<!-- <span class="time-text">上传时间:{{ dateFormat(file.modifyTime) }}</span>-->
|
<!-- <span class="time-text">上传时间:{{ dateFormat(file.modifyTime) }}</span>-->
|
||||||
</span>
|
</span>
|
||||||
<!-- 多个文件-->
|
<!-- 多个文件-->
|
||||||
<div v-else-if="child.value && child.value.length > 0" style="line-height: 32px;">
|
<div v-else-if="child.value && child.value.length > 0" style="line-height: 43px;">
|
||||||
<span>
|
<span>
|
||||||
<a style="font-size: 16px;color: #409EFF;cursor: pointer"
|
<a style="font-size: 16px;color: #409EFF;cursor: pointer"
|
||||||
@click="openFileInPdf(file.id, file.oldFileName)" target="_blank"
|
@click="openFileInPdf(file.id, file.oldFileName)" target="_blank"
|
||||||
@@ -412,7 +412,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-if="child.value === null" >-</template>
|
<template v-if="child.value === null">
|
||||||
|
<span style="position: relative;margin-left: 174px; line-height: 43px">-</span></template>
|
||||||
</div>
|
</div>
|
||||||
</template></p>
|
</template></p>
|
||||||
<p><label style="margin-right: 157px;">中文名称</label><span>{{ sarStandardsInfoEO.standName || '-' }}</span></p>
|
<p><label style="margin-right: 157px;">中文名称</label><span>{{ sarStandardsInfoEO.standName || '-' }}</span></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user