Skip to content

Commit

Permalink
Merge pull request #1072 from WeBankPartners/1066_bug_fix
Browse files Browse the repository at this point in the history
1066 bug fix
  • Loading branch information
pobu168 authored Aug 28, 2020
2 parents 6ca8096 + 47e5cda commit 9097ad4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmdb-ui/src/pages/admin/cmdb-model-management.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,11 @@
:max-tag-count="3"
v-model="item.form.zoomLevelId"
filterable
@on-change="changeLayer"
:disabled="item.form.status === 'decommissioned'"
>
<Option v-for="item in zoomLevelIdList" :value="item.codeId" :key="item.codeId">
{{ item.value }}
</Option>
<Option v-for="item in zoomLevelIdList" :value="item.codeId" :key="item.codeId">{{
item.value
}}</Option>
</Select>
</FormItem>
<FormItem :label="$t('refrence_layer')">
Expand Down

0 comments on commit 9097ad4

Please sign in to comment.