add UI for backend search
This commit is contained in:
parent
ebb13b2a85
commit
65755feb2f
6 changed files with 273 additions and 14 deletions
|
@ -115,10 +115,10 @@ export default {
|
|||
this.$router.push(link);
|
||||
},
|
||||
isItemView() {
|
||||
return this.getActiveView === 'items' || this.getActiveView === 'item';
|
||||
return this.getActiveView === 'items' || this.getActiveView === 'item' || this.getActiveView === 'item_search';
|
||||
},
|
||||
isTicketView() {
|
||||
return this.getActiveView === 'tickets' || this.getActiveView === 'ticket';
|
||||
return this.getActiveView === 'tickets' || this.getActiveView === 'ticket' || this.getActiveView === 'ticket_search';
|
||||
},
|
||||
setLayout(layout) {
|
||||
if (this.route.query.layout === layout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue