forked from verdnatura/salix-front
change icon
This commit is contained in:
parent
370e52f7c4
commit
75e02bf328
|
@ -35,9 +35,10 @@ export default {
|
||||||
path: 'negative',
|
path: 'negative',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'negative',
|
title: 'negative',
|
||||||
icon: 'view_list',
|
icon: 'view_lists',
|
||||||
},
|
},
|
||||||
component: () => import('src/pages/Ticket/Negative/TicketLackList.vue'),
|
component: () =>
|
||||||
|
import('src/pages/Ticket/Negative/TicketLackList.vue'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'TicketCreate',
|
name: 'TicketCreate',
|
||||||
|
|
Loading…
Reference in New Issue