diff --git a/src/pages/Item/components/ItemProposal.vue b/src/pages/Item/components/ItemProposal.vue index 15d8360c2..50c60a1d9 100644 --- a/src/pages/Item/components/ItemProposal.vue +++ b/src/pages/Item/components/ItemProposal.vue @@ -63,7 +63,7 @@ const columns = computed(() => [ }, { ...defaultColumnAttrs, - label: t('proposal.status'), + label: t('Compatibildiad'), name: 'status', field: statusConditionalValue, }, @@ -135,7 +135,7 @@ const columns = computed(() => [ ]); async function confirm() { console.log(''); - // quantity.value = 0; + quantity.value = 0; // const response = { address: address.value }; // if (props.promise) { // isLoading.value = true; @@ -182,27 +182,6 @@ async function confirm() { -
- - - Ticket #{{ currentTicket.ticketFk }} - - - {{ currentTicket.nickname }} - -
{ - {{ t('Change state') }} + {{ t('negative.detail.modal.changeState.title') }} - {{ t('Change quantity') }} + {{ t('negative.detail.modal.changeQuantity.title') }}