|
|
@ -85,7 +85,7 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions>
|
|
|
|
</el-descriptions>
|
|
|
|
<div class="table-content" v-if="templateName !== '企业问卷调查' && templateName !== '企业调研问卷'">
|
|
|
|
<div class="table-content" v-if="templateName !== '企业问卷调查' && templateName !== '企业调研问卷' && templateName !== '平台问卷摸底'">
|
|
|
|
<el-descriptions class="margin-top" title="【项目投资计划】" :column="2" :size="size" border :label-style="LS">
|
|
|
|
<el-descriptions class="margin-top" title="【项目投资计划】" :column="2" :size="size" border :label-style="LS">
|
|
|
|
<el-descriptions-item v-for="(item,index) in templateJson.fields" :key="index" v-if="!item.action">
|
|
|
|
<el-descriptions-item v-for="(item,index) in templateJson.fields" :key="index" v-if="!item.action">
|
|
|
|
<template slot="label">
|
|
|
|
<template slot="label">
|
|
|
@ -94,6 +94,15 @@
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions>
|
|
|
|
</el-descriptions>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="table-content" v-if="templateName == '平台问卷摸底'">
|
|
|
|
|
|
|
|
<el-descriptions class="margin-top" title="【项目投资计划】" :column="2" :size="size" border :label-style="LS">
|
|
|
|
|
|
|
|
<el-descriptions-item v-for="(item,index) in templateJson.fields" :key="index" v-if="!item.action" :span="2">
|
|
|
|
|
|
|
|
<template slot="label">
|
|
|
|
|
|
|
|
{{ item.label }}
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="table-content" v-if="projectSmallType == 26 && templateName == '企业问卷调查'">
|
|
|
|
<div class="table-content" v-if="projectSmallType == 26 && templateName == '企业问卷调查'">
|
|
|
|
<el-descriptions title="1、基本情况" :column="3" :size="size" border :label-style="LS" style="margin-bottom: 10px;">
|
|
|
|
<el-descriptions title="1、基本情况" :column="3" :size="size" border :label-style="LS" style="margin-bottom: 10px;">
|
|
|
|
<el-descriptions-item label="主营业务">
|
|
|
|
<el-descriptions-item label="主营业务">
|
|
|
|