forked from verdnatura/salix-front
refactor: #6943 wip use vnTable CustomerCredits
This commit is contained in:
parent
d5e916ff58
commit
04422a1052
|
@ -37,7 +37,7 @@ const columns = computed(() => [
|
||||||
field: (value) => value?.worker?.user?.name,
|
field: (value) => value?.worker?.user?.name,
|
||||||
label: t('Employee'),
|
label: t('Employee'),
|
||||||
name: 'employee',
|
name: 'employee',
|
||||||
component: QBtn,
|
component: QBtn, // workerDescriptorProxy is missing
|
||||||
attrs: { flat: true, color: 'blue', noCaps: true },
|
attrs: { flat: true, color: 'blue', noCaps: true },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -49,6 +49,7 @@ const columns = computed(() => [
|
||||||
]);
|
]);
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
|
<!-- Column titles are missing -->
|
||||||
<VnTable
|
<VnTable
|
||||||
ref="tableRef"
|
ref="tableRef"
|
||||||
data-key="ClientCredit"
|
data-key="ClientCredit"
|
||||||
|
|
Loading…
Reference in New Issue