海外标准法规编辑添加国家/地区显示

This commit is contained in:
zhaokaiyao@91isoft.com
2021-08-13 09:27:15 +08:00
parent b2d54ed06d
commit 2d9d6eadf9
@@ -620,7 +620,22 @@
<el-col :span="24" :key="index">
<div class="divider-line">{{ displayLocation.label }}</div>
</el-col>
<template v-if="index === 0" >
<el-form-item label="国家/地区" prop="standSort" label-width="150px" class="add-form-item">
<el-select v-model="sarStandardsInfoEO.country" filterable>
<el-option
v-for="item in countryOptions"
placeholder="请选择"
:key="item.value"
:value="item.value"
:label="item.label"
></el-option>
</el-select>
</el-form-item>
<el-form-item label="标准类别" prop="standSort" label-width="150px" class="add-form-item">
<el-select v-model="sarStandardsInfoEO.standSort" filterable>
<el-option
@@ -3862,12 +3877,12 @@ export default {
type: 'SEL_OPTION',
disabled: false
},
// {
// label: '适用区域',
// value: 'country',
// type: 'SEL_OPTION',
// disabled: false
// },
{
label: '适用区域',
value: 'country',
type: 'SEL_OPTION',
disabled: false
},
{
label: '重要度',
value: 'is_relate_access',