fix:修复国内库中模块结构单元名称 字段显示错误的BUG
This commit is contained in:
@@ -616,18 +616,6 @@
|
|||||||
@click.native="choiceZRR3('kccvppsbm', '卡车VPPS', sarStandardsInfoEO.kccvppsbm)"></el-input>
|
@click.native="choiceZRR3('kccvppsbm', '卡车VPPS', sarStandardsInfoEO.kccvppsbm)"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="field.attrField === 'DYBXH'">
|
|
||||||
<el-form-item
|
|
||||||
prop="DYBXH"
|
|
||||||
label-width="150px"
|
|
||||||
class="add-form-item"
|
|
||||||
>
|
|
||||||
<template slot="label">模块结构单元变型号</template>
|
|
||||||
<el-input v-model="sarStandardsInfoEO.DYBXH" placeholder="选择模块结构单元变型号"
|
|
||||||
clearable
|
|
||||||
@click.native="choiceZRR4('dybxh', '模块结构单元', sarStandardsInfoEO.dybxh)"></el-input>
|
|
||||||
</el-form-item>
|
|
||||||
</template>
|
|
||||||
<template v-else-if="field.attrField === 'CYCVPPSCN'">
|
<template v-else-if="field.attrField === 'CYCVPPSCN'">
|
||||||
<el-form-item title="关联模块--乘用车VPPS中文名称" label="关联模块--乘用车VPPS中文名称" label-width="150px"
|
<el-form-item title="关联模块--乘用车VPPS中文名称" label="关联模块--乘用车VPPS中文名称" label-width="150px"
|
||||||
prop="cycvppscn" class="add-form-item">
|
prop="cycvppscn" class="add-form-item">
|
||||||
|
|||||||
Reference in New Issue
Block a user