refs #6768 - VnLocationRefact #200

Merged
carlossa merged 10 commits from 6768-VnLocationRefact into dev 2024-02-28 13:10:28 +00:00
1 changed files with 2 additions and 7 deletions
Showing only changes of commit dd8ec1309f - Show all commits

View File

@ -31,7 +31,7 @@ const detailsColumns = ref([
},
{
name: 'description',
label: t('order.summary.description'),
label: t('globals.description'),
field: (row) => row?.item?.name,
},
{
@ -59,11 +59,6 @@ const detailsColumns = ref([
<div class="q-pa-md">
<CardSummary ref="summary" :url="`Orders/${entityId}/summary`">
<template #header-left>
<a class="header link" :href="`#/orders/${entityId}/summary`">
<QIcon name="open_in_new" color="white" size="sm" />
</a>
</template>
<template #header="{ entity }">
{{ t('order.summary.basket') }} #{{ entity?.id }} -
{{ entity?.client?.name }} ({{ entity?.clientFk }})
@ -172,7 +167,7 @@ const detailsColumns = ref([
<template #header="props">
<QTr :props="props">
<QTh auto-width>{{ t('order.summary.item') }}</QTh>
<QTh>{{ t('order.summary.description') }}</QTh>
<QTh>{{ t('globals.description') }}</QTh>
<QTh auto-width>{{ t('order.summary.quantity') }}</QTh>
<QTh auto-width>{{ t('order.summary.price') }}</QTh>
<QTh auto-width>{{ t('order.summary.amount') }}</QTh>