|
|
|
@ -77,7 +77,7 @@
|
|
|
|
|
<template slot="label">
|
|
|
|
|
联络电话
|
|
|
|
|
</template>
|
|
|
|
|
{{ baseInfo.fddbrzjhm }} <!-- contactsNumber -->
|
|
|
|
|
{{ baseInfo.lxdh }} <!-- contactsNumber -->
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
@ -88,7 +88,7 @@
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
|
|
|
|
|
<div class="table-content">
|
|
|
|
|
<el-descriptions class="margin-top" title="【项目投资计划】" :column="3" :size="size" border :label-style="LS">
|
|
|
|
|
<el-descriptions class="margin-top" title="【项目投资计划】" :column="3" :size="size" border :label-style="LS" v-if="templateInfo.templateName !== '平台问卷摸底'">
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
<ismybuild ref="ismybuild" :templateJson="templateInfo.templateJson"></ismybuild>
|
|
|
|
|
</div>
|
|
|
|
|