feat: ปุ่ม เพิ่ม นายจ้าง

This commit is contained in:
Net 2024-04-24 10:23:50 +07:00
parent 819bd2e213
commit 4f4b1eb925

View file

@ -109,7 +109,9 @@ const customerStats = [
{
id: 2,
count: 3,
name: 'customerNaturalPerson',
name: 'นายจ้าง 2',
nameEN: 'Employer 2',
isEmployer: true,
},
];
@ -166,8 +168,20 @@ function onClose() {
<!-- stat -->
<AppBox bordered class="column full-width">
<div class="row q-pb-sm justify-between items-center">
<div class="text-weight-bold text-subtitle1">
{{ $t('customerStatTitle') }}
</div>
{{ selectorLabel }}
<q-btn
id="btn-add-customer"
dense
unelevated
:label="'+ ' + $t('customerAdd')"
padding="4px 16px"
@click="openDialogCustomerType()"
style="background-color: var(--cyan-6); color: white"
/>
</div>
<div class="row full-width q-py-md" style="overflow-x: auto">
<StatCardComponent