diff --git a/src/pages/Wagon/WagonCounter.vue b/src/pages/Wagon/WagonCounter.vue index 505cbba28..fd411b86b 100644 --- a/src/pages/Wagon/WagonCounter.vue +++ b/src/pages/Wagon/WagonCounter.vue @@ -11,7 +11,7 @@ const { t } = useI18n(); const counters = ref({ alquilerBandeja: { count: 0, id: 96001, title: 'CC Bandeja', isTray: true }, bandejaRota: { count: 0, id: 88381, title: 'CC Bandeja Rota', isTray: true }, - carryOficial: { count: 0, id: 96000, title: 'CC Carry OFICIAL TAG5' }, + carryOficial: { count: 0, id: 96000, title: 'CC Carry OFICIAL TAG6' }, candadoRojo: { count: 0, id: 96002, title: 'CC Carry NO OFICIAL' }, sacadores: { count: 0, id: 142260, title: 'CC Sacadores' }, sinChapa: { count: 0, id: 2214, title: 'DC Carry Sin Placa CC' },