feat: There is no way the,

This commit is contained in:
super_liu
2022-04-02 15:26:56 +08:00
parent 590750fcd8
commit b91c05c43a
@@ -356,7 +356,7 @@
<div class="files-title">
<label style="float: left;min-height: 43px;line-height: 43px;" >{{ child.attrName }}</label>
<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">
<!-- 单个文件-->
<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>
<!-- 多个文件-->
<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>
<a style="font-size: 16px;color: #409EFF;cursor: pointer"
@click="openFileInPdf(file.id, file.oldFileName)" target="_blank"
@@ -412,7 +412,8 @@
</div>
</div>
</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>
</template></p>
<p><label style="margin-right: 157px;">中文名称</label><span>{{ sarStandardsInfoEO.standName || '-' }}</span></p>