海外库 - 编辑 - 发布稿放到和查看一样的位置
This commit is contained in:
@@ -908,6 +908,19 @@
|
||||
placeholder="请输入标准编号"
|
||||
clearable></el-input>
|
||||
</el-form-item>
|
||||
<template v-for="(displayLocation, index) in dynamicFormField">
|
||||
<template v-for="field in displayLocation.child">
|
||||
<template v-if="field.attrType === 'FILE' && field.attrField === 'FBGBJBD'">
|
||||
<custom-file
|
||||
:key="field.attrField"
|
||||
:config="field"
|
||||
v-model="sarStandardsInfoEO[field.attrField]"
|
||||
:disabled="formdisableflag"
|
||||
@fileSuccess="fileSuccess"
|
||||
></custom-file>
|
||||
</template>
|
||||
</template>
|
||||
</template>
|
||||
<el-form-item label="标准年份" prop="standYear" label-width="150px" class="add-form-item">
|
||||
<el-input v-model="sarStandardsInfoEO.standYear"
|
||||
placeholder="请输入标准年份"
|
||||
@@ -1116,7 +1129,8 @@
|
||||
:disabled="formdisableflag"
|
||||
></custom-date-pick>
|
||||
</template>
|
||||
<template v-else-if="field.attrType === 'FILE'">
|
||||
<!-- 发布稿的组件 -->
|
||||
<template v-else-if="field.attrType === 'FILE' && field.attrField !== 'FBGBJBD'">
|
||||
<custom-file
|
||||
:key="field.attrField"
|
||||
:config="field"
|
||||
|
||||
Reference in New Issue
Block a user