fix : 修复需求上报详情排版
This commit is contained in:
@@ -3,8 +3,7 @@
|
|||||||
<baseTitle title="需求征集信息" v-if="type!=='singleDetail'"></baseTitle>
|
<baseTitle title="需求征集信息" v-if="type!=='singleDetail'"></baseTitle>
|
||||||
<el-form :model="formData">
|
<el-form :model="formData">
|
||||||
<el-row>
|
<el-row>
|
||||||
<!-- v-if="type==='singleDetail'"-->
|
<el-col :span="6" v-if="type==='singleDetail'">
|
||||||
<el-col :span="6">
|
|
||||||
<el-form-item label="征集名称">
|
<el-form-item label="征集名称">
|
||||||
<span>{{ formData.requirementName }}</span>
|
<span>{{ formData.requirementName }}</span>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -34,7 +33,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6" style="margin-bottom: -15px">
|
<el-col :span="24" style="margin-bottom: -15px">
|
||||||
<el-form-item label="征集说明">
|
<el-form-item label="征集说明">
|
||||||
<div v-if="formData.collectExplain" v-html="formData.collectExplain">
|
<div v-if="formData.collectExplain" v-html="formData.collectExplain">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="detail-block" v-loading="loading">
|
<div class="detail-block" v-loading="loading">
|
||||||
<baseTitle title="需求上报信息"></baseTitle>
|
<baseTitle title="需求上报信息"></baseTitle>
|
||||||
<el-form :model="localFormData" ref="summaryForm" :rules="rules">
|
<el-form :model="localFormData" ref="summaryForm" :rules="rules">
|
||||||
<el-row gutter="14" style="margin-bottom: -25px">
|
<el-row gutter="14" style="margin-bottom: -18px">
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<el-form-item label="项目名称" prop="projectName">
|
<el-form-item label="项目名称" prop="projectName">
|
||||||
<span>{{ localFormData.projectName }}</span>
|
<span>{{ localFormData.projectName }}</span>
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row gutter="14" style="margin-bottom: -25px">
|
<el-row gutter="14" style="margin-bottom: -18px">
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<baseTitle title="预期知识产权"></baseTitle>
|
<baseTitle title="预期知识产权"></baseTitle>
|
||||||
</el-col>
|
</el-col>
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
<span>{{ localFormData.contentDescription }}</span>
|
<span>{{ localFormData.contentDescription }}</span>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24" style="margin-top: -25px">
|
<el-col :span="24" style="margin-top: -18px">
|
||||||
<baseTitle title="需求上报申请书"></baseTitle>
|
<baseTitle title="需求上报申请书"></baseTitle>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
<!-- </el-button>-->
|
<!-- </el-button>-->
|
||||||
<!-- </el-form-item>-->
|
<!-- </el-form-item>-->
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24" style="margin-top: -15px">
|
<el-col :span="24" style="margin-top: -12px">
|
||||||
<baseTitle title="附件列表"></baseTitle>
|
<baseTitle title="附件列表"></baseTitle>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<div class="approval-record">
|
<div class="approval-record">
|
||||||
<div class="approval-title" style="margin-top: -15px">
|
<div class="approval-title" style="margin-top: -12px">
|
||||||
<baseTitle title="审批记录"></baseTitle>
|
<baseTitle title="审批记录"></baseTitle>
|
||||||
<div class="diagram">
|
<div class="diagram">
|
||||||
<div class="base-title">流程图</div>
|
<div class="base-title">流程图</div>
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ const schema = computed(() => {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '征集描述',
|
label: '征集说明',
|
||||||
prop: 'collectExplain',
|
prop: 'collectExplain',
|
||||||
colProps: {
|
colProps: {
|
||||||
span: 24
|
span: 24
|
||||||
|
|||||||
Reference in New Issue
Block a user