PR-CUSTOMER #186

Merged
jsegarra merged 105 commits from :PR-CUSTOMER into dev 2024-04-19 15:55:53 +00:00
5 changed files with 5 additions and 5 deletions
Showing only changes of commit 663010a0d4 - Show all commits

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: {