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
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…
Reference in New Issue