7806_devToTest_2332 #578

Merged
alexm merged 138 commits from 7806_devToTest_2330 into test 2024-07-30 06:14:02 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 04422a1052 - Show all commits

View File

@ -37,7 +37,7 @@ const columns = computed(() => [
field: (value) => value?.worker?.user?.name,
label: t('Employee'),
name: 'employee',
component: QBtn,
component: QBtn, // workerDescriptorProxy is missing
attrs: { flat: true, color: 'blue', noCaps: true },
},
{
@ -49,6 +49,7 @@ const columns = computed(() => [
]);
</script>
<template>
<!-- Column titles are missing -->
<VnTable
ref="tableRef"
data-key="ClientCredit"