海外标准法规编辑添加国家/地区显示
This commit is contained in:
@@ -620,7 +620,22 @@
|
|||||||
<el-col :span="24" :key="index">
|
<el-col :span="24" :key="index">
|
||||||
<div class="divider-line">{{ displayLocation.label }}</div>
|
<div class="divider-line">{{ displayLocation.label }}</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<template v-if="index === 0" >
|
<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-form-item label="标准类别" prop="standSort" label-width="150px" class="add-form-item">
|
||||||
<el-select v-model="sarStandardsInfoEO.standSort" filterable>
|
<el-select v-model="sarStandardsInfoEO.standSort" filterable>
|
||||||
<el-option
|
<el-option
|
||||||
@@ -3862,12 +3877,12 @@ export default {
|
|||||||
type: 'SEL_OPTION',
|
type: 'SEL_OPTION',
|
||||||
disabled: false
|
disabled: false
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// label: '适用区域',
|
label: '适用区域',
|
||||||
// value: 'country',
|
value: 'country',
|
||||||
// type: 'SEL_OPTION',
|
type: 'SEL_OPTION',
|
||||||
// disabled: false
|
disabled: false
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
label: '重要度',
|
label: '重要度',
|
||||||
value: 'is_relate_access',
|
value: 'is_relate_access',
|
||||||
|
|||||||
Reference in New Issue
Block a user