13.发布稿后边的必读去掉,放到第二行独立展示

12.过程稿件、实施日期展开
This commit is contained in:
yanyizhou
2021-11-29 21:09:34 +08:00
parent d20ae0abe2
commit 3a6455839f
@@ -43,11 +43,11 @@
<template v-if = "item.label === '基础信息'">
<div class="details-content-modular basic-information" style="margin-bottom: 0">
<div class="basic-information-content">
<p class="half" style="color: #C42626;"><label style=" margin-right: 171px;">企标号</label><span>{{ sarStandardsInfoEO.standCode }}</span></p>
<p class="" style="color: #C42626;"><label style=" margin-right: 171px;">企标号</label><span>{{ sarStandardsInfoEO.standCode }}</span></p>
<template v-for="(child, childIndex) in item.child1">
<p class="half files-title"
<p class="files-title"
>
<label style=" margin-right: 102px;">{{ child.attrName }}</label>
<label style=" margin-right: 172px;">{{ child.attrName }}</label>
<template v-if="child.value && child.value.length > 0" v-for="(file, fileIndex) in child1Func(child.value)">
<span>
<a style="font-size: 16px;color: #409EFF;cursor: pointer" @click="openFileInPdf(file.id, file.oldFileName)" target="_blank" :title="file.oldFileName">{{ file.oldFileName | ellipsis }}</a>
@@ -985,7 +985,7 @@ export default {
},
data () {
return {
activeNames: ['基础信息'],
activeNames: ['基础信息','过程稿件','实施日期'],
activeState: true,
visiblePlanCheck: false,
form: {},