fixed vue file

This commit is contained in:
Cüneyt Şentürk
2020-12-22 10:53:01 +03:00
parent 0dccc6df70
commit 1411bd879c
2 changed files with 3 additions and 1 deletions

View File

@ -69,11 +69,11 @@
v-if="group"
v-for="(group_options, name) in sortOptions"
:key="name"
:disabled="disabledOptions.includes(value)"
:label="name">
<el-option
v-for="(label, value) in group_options"
:key="value"
:disabled="disabledOptions.includes(value)"
:label="label"
:value="value">
<span class="float-left">{{ label }}</span>