fix : 修复需求上报详情排版

This commit is contained in:
2024-08-03 18:29:05 +08:00
parent eaed989525
commit 9d0d722880
3 changed files with 8 additions and 9 deletions

View File

@@ -3,8 +3,7 @@
<baseTitle title="需求征集信息" v-if="type!=='singleDetail'"></baseTitle>
<el-form :model="formData">
<el-row>
<!-- v-if="type==='singleDetail'"-->
<el-col :span="6">
<el-col :span="6" v-if="type==='singleDetail'">
<el-form-item label="征集名称">
<span>{{ formData.requirementName }}</span>
</el-form-item>
@@ -34,7 +33,7 @@
</div>
</el-form-item>
</el-col>
<el-col :span="6" style="margin-bottom: -15px">
<el-col :span="24" style="margin-bottom: -15px">
<el-form-item label="征集说明">
<div v-if="formData.collectExplain" v-html="formData.collectExplain">
</div>