8144-devToTest_2448 #963

Merged
alexm merged 347 commits from 8144-devToTest_2448 into test 2024-11-19 07:54:42 +00:00
1 changed files with 9 additions and 1 deletions
Showing only changes of commit 339f6e810b - Show all commits

View File

@ -11,6 +11,7 @@ import axios from 'axios';
import VnSearchbar from 'src/components/ui/VnSearchbar.vue';
import { useSummaryDialog } from 'src/composables/useSummaryDialog';
import ItemSummary from '../Item/Card/ItemSummary.vue';
import WorkerDescriptorProxy from 'src/pages/Worker/Card/WorkerDescriptorProxy.vue';
const entityId = computed(() => route.params.id);
const { viewSummary } = useSummaryDialog();
@ -277,7 +278,14 @@ onUnmounted(() => (stateStore.rightDrawer = false));
:right-search="true"
:is-editable="false"
:use-model="true"
/>
>
<template #column-userName="{ row }">
<span class="link" @click.stop>
{{ row.userName }}
<WorkerDescriptorProxy :id="row.buyerFk" />
</span>
</template>
</VnTable>
</template>
<i18n>