0
0
Fork 0

Solucion a comentarios 27

This commit is contained in:
carlosfonseca 2024-02-29 07:08:34 -05:00
parent 49cd90d9ff
commit 663010a0d4
5 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@ const tableColumnComponents = {
},
employee: {
component: QBtn,
props: () => ({ flat: true, color: 'blue' }),
props: () => ({ flat: true, color: 'blue', noCaps: true }),
event: () => {},
},
reference: {

View File

@ -39,7 +39,7 @@ const tableColumnComponents = {
},
employee: {
component: QBtn,
props: () => ({ flat: true, color: 'blue' }),
props: () => ({ flat: true, color: 'blue', noCaps: true }),
event: () => {},
},
amount: {

View File

@ -47,7 +47,7 @@ const tableColumnComponents = {
},
createdBy: {
component: QBtn,
props: () => ({ flat: true, color: 'blue' }),
props: () => ({ flat: true, color: 'blue', noCaps: true }),
event: () => {},
},
comment: {

View File

@ -39,7 +39,7 @@ const tableColumnComponents = {
},
worker: {
component: QBtn,
props: () => ({ flat: true, color: 'blue' }),
props: () => ({ flat: true, color: 'blue', noCaps: true }),
event: () => {},
},
company: {

View File

@ -43,7 +43,7 @@ const tableColumnComponents = {
},
nickname: {
component: QBtn,
props: () => ({ flat: true, color: 'blue' }),
props: () => ({ flat: true, color: 'blue', noCaps: true }),
event: () => {},
},
agency: {