fix: 标准详情页面中发布稿译文字段默认显示

This commit is contained in:
zhangyanduan
2022-08-29 10:34:31 +08:00
parent 54383da570
commit 68041a564b
@@ -98,11 +98,13 @@
</el-button>
</div>
</template>
<template v-else-if="child.value === null">-</template>
<template v-else-if="child.value === null">
<div style="position: relative;margin-left: 214px; line-height: 32px">-</div>
</template>
</p>
</template>
<!--发布稿必读-->
<template v-for="(child, childIndex) in item.child6" v-if="child.value && child.value.length > 0">
<template v-for="(child, childIndex) in item.child6" >
<p class="files-titles" style="border-bottom: 1px solid #E5E5E5">
<label style="float: left">{{ child.attrName }}</label>
<template v-if="child.value && child.value.length > 0" >
@@ -137,7 +139,9 @@
</el-button>
</div>
</template>
<template v-else-if="child.value === null">-</template>
<template v-else-if="child.value === null">
<div style="position: relative;margin-left: 214px; line-height: 32px">-</div>
</template>
</p>
</template>
<!--修订本-->