mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-13 07:04:21 +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"
|
class="header-search-select"
|
||||||
@change="change"
|
@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>
|
</el-select>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user