fix(03): i18n and fab color
This commit is contained in:
parent
e2b30f9c1c
commit
a28ca8beef
1 changed files with 2 additions and 5 deletions
|
|
@ -224,15 +224,12 @@ watch([customerId, inputSearch, currentStatus], async () => {
|
|||
id="add-branch"
|
||||
:style="{
|
||||
color: 'white',
|
||||
'background-color':
|
||||
customerType === 'CORP'
|
||||
? 'hsla(var(--violet-11-hsl))'
|
||||
: 'hsla(var(--pink-6-hsl))',
|
||||
'background-color': 'hsla(var(--pink-6-hsl))',
|
||||
}"
|
||||
@click="openEmployerBranchForm('create')"
|
||||
padding="xs"
|
||||
icon="mdi-office-building-outline"
|
||||
:label="$t('formDialogTitleCreateSubBranch')"
|
||||
:label="$t('form.title.create', { name: $t('branch.card.branchLabel') })"
|
||||
external-label
|
||||
label-position="left"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue