|
|
@@ -189,7 +189,9 @@
|
|
|
placeholder="请输入成果概述"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-divider v-if="formData.extAttributes.length" content-position="left">专属字段</el-divider>
|
|
|
+ <el-divider v-if="formData.extAttributes.length" content-position="center"
|
|
|
+ >详细信息</el-divider
|
|
|
+ >
|
|
|
<div v-loading="extendLoading">
|
|
|
<el-form-item
|
|
|
v-for="(attribute, index) in formData.extAttributes"
|
|
|
@@ -197,6 +199,7 @@
|
|
|
:label="attribute.name"
|
|
|
:prop="`extAttributes.${index}.actualValue`"
|
|
|
:rules="getAttributeRules(attribute)"
|
|
|
+ label-width="130px"
|
|
|
>
|
|
|
<el-select
|
|
|
v-if="attribute.dataType === 'dropdown'"
|