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:
parent
fdc81386fc
commit
0c9c51ac7d
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user