feat: ปุ่ม เพิ่ม นายจ้าง
This commit is contained in:
parent
819bd2e213
commit
4f4b1eb925
1 changed files with 15 additions and 1 deletions
|
|
@ -109,7 +109,9 @@ const customerStats = [
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
count: 3,
|
count: 3,
|
||||||
name: 'customerNaturalPerson',
|
name: 'นายจ้าง 2',
|
||||||
|
nameEN: 'Employer 2',
|
||||||
|
isEmployer: true,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -166,8 +168,20 @@ function onClose() {
|
||||||
|
|
||||||
<!-- stat -->
|
<!-- stat -->
|
||||||
<AppBox bordered class="column full-width">
|
<AppBox bordered class="column full-width">
|
||||||
|
<div class="row q-pb-sm justify-between items-center">
|
||||||
<div class="text-weight-bold text-subtitle1">
|
<div class="text-weight-bold text-subtitle1">
|
||||||
{{ $t('customerStatTitle') }}
|
{{ $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>
|
||||||
<div class="row full-width q-py-md" style="overflow-x: auto">
|
<div class="row full-width q-py-md" style="overflow-x: auto">
|
||||||
<StatCardComponent
|
<StatCardComponent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue