diff --git a/src/router/modules/item.js b/src/router/modules/item.js index ff07a37d2..51d9138db 100644 --- a/src/router/modules/item.js +++ b/src/router/modules/item.js @@ -113,6 +113,15 @@ export default { }, component: () => import('src/pages/Item/Card/ItemTags.vue'), }, + { + path: 'last-entries', + name: 'ItemLastEntries', + meta: { + title: 'lastEntries', + icon: 'vn:regentry', + }, + component: () => import('src/pages/Item/Card/ItemLastEntries.vue'), + }, { path: 'tax', name: 'ItemTax', @@ -122,6 +131,15 @@ export default { }, component: () => import('src/pages/Item/Card/ItemTax.vue'), }, + { + path: 'botanical', + name: 'ItemBotanical', + meta: { + title: 'botanical', + icon: 'local_florist', + }, + component: () => import('src/pages/Item/Card/ItemBotanical.vue'), + }, { path: 'barcode', name: 'ItemBarcode', @@ -135,8 +153,8 @@ export default { path: 'diary', name: 'ItemDiary', meta: { - title: 'basicData', - icon: 'vn:settings', + title: 'diary', + icon: 'vn:transaction', }, component: () => import('src/pages/Item/Card/ItemDiary.vue'), }, @@ -149,24 +167,6 @@ export default { }, component: () => import('src/pages/Item/Card/ItemLog.vue'), }, - { - path: 'botanical', - name: 'ItemBotanical', - meta: { - title: 'botanical', - icon: 'local_florist', - }, - component: () => import('src/pages/Item/Card/ItemBotanical.vue'), - }, - { - path: 'last-entries', - name: 'ItemLastEntries', - meta: { - title: 'lastEntries', - icon: 'vn:botanical', - }, - component: () => import('src/pages/Item/Card/ItemLastEntries.vue'), - }, ], }, ],