fix: resource table text overview.

This commit is contained in:
a.bouhuolia
2021-09-12 10:18:26 +02:00
parent d446300a71
commit 129b73c363
6 changed files with 27 additions and 1 deletions

View File

@@ -160,6 +160,7 @@ export function useEstiamtesTableColumns() {
width: 140,
className: 'estimate_date',
clickable: true,
textOverview: true,
},
{
id: 'customer',
@@ -168,6 +169,7 @@ export function useEstiamtesTableColumns() {
width: 140,
className: 'customer_id',
clickable: true,
textOverview: true,
},
{
id: 'expiration_date',
@@ -177,6 +179,7 @@ export function useEstiamtesTableColumns() {
width: 140,
className: 'expiration_date',
clickable: true,
textOverview: true,
},
{
id: 'estimate_number',
@@ -186,6 +189,7 @@ export function useEstiamtesTableColumns() {
width: 140,
className: 'estimate_number',
clickable: true,
textOverview: true,
},
{
id: 'amount',
@@ -210,6 +214,7 @@ export function useEstiamtesTableColumns() {
width: 90,
className: 'reference',
clickable: true,
textOverview: true,
},
],
[],