fix: 标准详情页面中发布稿译文字段默认显示
This commit is contained in:
@@ -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>
|
||||
<!--修订本-->
|
||||
|
||||
Reference in New Issue
Block a user