fix: refs #4466 fix conflicts
This commit is contained in:
parent
d7c894d419
commit
173049049a
|
@ -96,7 +96,15 @@ export default {
|
||||||
import('src/pages/InvoiceIn/Card/InvoiceInIntrastat.vue'),
|
import('src/pages/InvoiceIn/Card/InvoiceInIntrastat.vue'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
name: 'InvoiceInLog',
|
||||||
|
path: 'log',
|
||||||
|
meta: {
|
||||||
|
title: 'log',
|
||||||
|
icon: 'history',
|
||||||
|
},
|
||||||
|
component: () => import('src/pages/InvoiceIn/Card/InvoiceInLog.vue'),
|
||||||
|
},
|
||||||
|
{
|
||||||
name: 'InvoiceInCorrective',
|
name: 'InvoiceInCorrective',
|
||||||
path: 'corrective',
|
path: 'corrective',
|
||||||
meta: {
|
meta: {
|
||||||
|
@ -105,15 +113,6 @@ export default {
|
||||||
},
|
},
|
||||||
component: () =>
|
component: () =>
|
||||||
import('src/pages/InvoiceIn/Card/InvoiceInCorrective.vue'),
|
import('src/pages/InvoiceIn/Card/InvoiceInCorrective.vue'),
|
||||||
=======
|
|
||||||
name: 'InvoiceInLog',
|
|
||||||
path: 'log',
|
|
||||||
meta: {
|
|
||||||
title: 'log',
|
|
||||||
icon: 'history',
|
|
||||||
},
|
|
||||||
component: () => import('src/pages/InvoiceIn/Card/InvoiceInLog.vue'),
|
|
||||||
>>>>>>> 013a00d653a4f2d2c766d8460d56fe62403fe3df
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue