国内/海外标准-去掉模块结构字段
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -731,6 +731,7 @@
|
|||||||
<!-- disabled-->
|
<!-- disabled-->
|
||||||
<!-- ></custom-input>-->
|
<!-- ></custom-input>-->
|
||||||
<!-- </template>-->
|
<!-- </template>-->
|
||||||
|
<!-- 去掉模块结构单元 -->
|
||||||
<template v-else-if="['DYBXH','DYMC','DYBXHCAR','DYMCCAR'].indexOf(field.attrField)===-1">
|
<template v-else-if="['DYBXH','DYMC','DYBXHCAR','DYMCCAR'].indexOf(field.attrField)===-1">
|
||||||
<custom-input
|
<custom-input
|
||||||
:config="field"
|
:config="field"
|
||||||
|
|||||||
@@ -1175,7 +1175,8 @@
|
|||||||
<!-- ></el-input>-->
|
<!-- ></el-input>-->
|
||||||
<!-- </el-form-item>-->
|
<!-- </el-form-item>-->
|
||||||
<!-- </template>-->
|
<!-- </template>-->
|
||||||
<template v-else>
|
<!-- 去掉模块结构单元 -->
|
||||||
|
<template v-else-if="['DYBXH','DYMC','DYBXHCAR','DYMCCAR'].includes(field.attrField)">
|
||||||
<custom-input
|
<custom-input
|
||||||
:config="field"
|
:config="field"
|
||||||
v-model="sarStandardsInfoEO[field.attrField]"
|
v-model="sarStandardsInfoEO[field.attrField]"
|
||||||
|
|||||||
Reference in New Issue
Block a user