diff --git a/src/pages/Item/Card/ItemDiary.vue b/src/pages/Item/Card/ItemDiary.vue index 21249349f..ef4c7b993 100644 --- a/src/pages/Item/Card/ItemDiary.vue +++ b/src/pages/Item/Card/ItemDiary.vue @@ -1 +1,290 @@ - + + + + + + + +es: + Date: Fecha + Id: Id + State: Estado + Reference: Referencia + Client: Cliente + In: Entrada + Out: Salida + Balance: Balance + Claim: ReclamaciĆ³n + Show what's before the inventory: Mostrar lo anterior al inventario + Since: Desde + diff --git a/src/router/modules/item.js b/src/router/modules/item.js index bc1e72a94..729cfd30c 100644 --- a/src/router/modules/item.js +++ b/src/router/modules/item.js @@ -134,8 +134,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'), }, @@ -144,7 +144,7 @@ export default { name: 'ItemLog', meta: { title: 'log', - icon: 'history', + icon: 'vn:History', }, component: () => import('src/pages/Item/Card/ItemLog.vue'), },