7299_testToMaster #351

Merged
alexm merged 321 commits from 7299_testToMaster into master 2024-05-07 05:36:02 +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: {