|
|
@ -355,7 +355,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item |
|
|
|
label="选择集" |
|
|
|
label="选定集" |
|
|
|
prop="inspectionCharacteristicsBaseVO.quantifyQuantifyCode" |
|
|
|
v-if="item.inspectionCharacteristicsBaseVO.featureType == 1" |
|
|
|
> |
|
|
@ -363,7 +363,7 @@ |
|
|
|
<el-input |
|
|
|
v-model="item.inspectionCharacteristicsBaseVO.quantifyQuantifyName" |
|
|
|
disabled |
|
|
|
placeholder="请选择选择集" |
|
|
|
placeholder="请选择选定集" |
|
|
|
/> |
|
|
|
<el-button |
|
|
|
type="info" |
|
|
@ -373,7 +373,7 @@ |
|
|
|
opensearchTable( |
|
|
|
'quantifyQuantifyCode', |
|
|
|
null, |
|
|
|
'选择集', |
|
|
|
'选定集', |
|
|
|
SelectedSet.allSchemas, |
|
|
|
SelectedSetApi.getSelectedSetPage, |
|
|
|
[ |
|
|
@ -545,7 +545,7 @@ const rules = ref({ |
|
|
|
{ validator:validateMaxNumber5, message: '不能大于5', trigger: 'blur'} |
|
|
|
], |
|
|
|
'inspectionCharacteristicsBaseVO.quantifyQuantifyCode': [ |
|
|
|
{ required: true, message: '请输入选择集', trigger: 'blur' } |
|
|
|
{ required: true, message: '请输入选定集', trigger: 'blur' } |
|
|
|
] |
|
|
|
}) |
|
|
|
|
|
|
|