chore: format

This commit is contained in:
Methapon2001 2024-08-09 18:02:20 +07:00
parent bc9b868be1
commit 8b151896d1

View file

@ -648,8 +648,8 @@ watch(
? customerStats.map((v) => ({ ? customerStats.map((v) => ({
count: count:
v.name === 'CORP' v.name === 'CORP'
? (statsCustomerType?.CORP ?? 0) ? statsCustomerType?.CORP ?? 0
: (statsCustomerType?.PERS ?? 0), : statsCustomerType?.PERS ?? 0,
label: label:
v.name === 'CORP' v.name === 'CORP'
? 'customerLegalEntity' ? 'customerLegalEntity'
@ -1678,7 +1678,7 @@ watch(
{ {
icon: 'mdi-clock-outline', icon: 'mdi-clock-outline',
value: props.row.dateOfBirth value: props.row.dateOfBirth
? (calculateAge(props.row.dateOfBirth) ?? '') ? calculateAge(props.row.dateOfBirth) ?? ''
: '', : '',
}, },
], ],