Solving Problem of the advanced search of Window, Report, Processes, Smart Browser and Forms (#541)

Co-authored-by: elsiosanchez <elsiosanches@gmial.com>
pull/3759/head
Elsio Sanchez 2020-11-11 17:50:00 -04:00 committed by GitHub
parent fdc81386fc
commit 0c9c51ac7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
class="header-search-select"
@change="change"
>
<el-option v-for="item in options" :key="item.name" :value="item" :label="item.title.join(' > ')" />
<el-option v-for="(item, key) in options" :key="key" :value="item" :label="item.title.join(' > ')" />
</el-select>
</div>
</template>