fix(03): i18n and fab color

This commit is contained in:
puriphatt 2024-08-30 10:47:30 +07:00
parent e2b30f9c1c
commit a28ca8beef

View file

@ -224,15 +224,12 @@ watch([customerId, inputSearch, currentStatus], async () => {
id="add-branch" id="add-branch"
:style="{ :style="{
color: 'white', color: 'white',
'background-color': 'background-color': 'hsla(var(--pink-6-hsl))',
customerType === 'CORP'
? 'hsla(var(--violet-11-hsl))'
: 'hsla(var(--pink-6-hsl))',
}" }"
@click="openEmployerBranchForm('create')" @click="openEmployerBranchForm('create')"
padding="xs" padding="xs"
icon="mdi-office-building-outline" icon="mdi-office-building-outline"
:label="$t('formDialogTitleCreateSubBranch')" :label="$t('form.title.create', { name: $t('branch.card.branchLabel') })"
external-label external-label
label-position="left" label-position="left"
/> />