1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00

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

Co-authored-by: elsiosanchez <elsiosanches@gmial.com>
This commit is contained in:
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

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>