fix: service work expansion
This commit is contained in:
parent
aadc0c3759
commit
5a0087b649
2 changed files with 201 additions and 126 deletions
|
|
@ -12,6 +12,7 @@ const workItems = ref([
|
|||
{
|
||||
id: '1',
|
||||
label: 'ค่าธรรมเนียมใบอนุญาตทำงาน 2 ปี',
|
||||
labelEn: '2 year work permit fee',
|
||||
code: 'AC101',
|
||||
price: '1,200.00',
|
||||
time: '14',
|
||||
|
|
@ -24,6 +25,7 @@ const workItems = ref([
|
|||
{
|
||||
id: '1',
|
||||
label: 'ค่าธรรมเนียมใบอนุญาตทำงาน 2 ปี',
|
||||
labelEn: '2 year work permit fee',
|
||||
code: 'AC101',
|
||||
price: '1,200.00',
|
||||
time: '14',
|
||||
|
|
@ -32,6 +34,8 @@ const workItems = ref([
|
|||
id: '1',
|
||||
label:
|
||||
'ค่าบริการและค่าดำเนินงานยื่นคำร้องขอใบอนุญาตทำงานแทน คนงานต่างด้าว MOU',
|
||||
labelEn:
|
||||
'Service and processing fees for submitting a work permit application on behalf of an MOU foreign worker',
|
||||
code: 'AC102',
|
||||
price: '1,200.00',
|
||||
time: '14',
|
||||
|
|
@ -77,8 +81,10 @@ defineEmits<{
|
|||
<WorkManagementComponent
|
||||
v-for="(work, index) in workItems"
|
||||
:key="work.id"
|
||||
v-model:product-items="work.product"
|
||||
:index="index"
|
||||
:length="workItems.length"
|
||||
:workIndex="index"
|
||||
v-model:product-items="work.product"
|
||||
@addProduct="$emit('addProduct')"
|
||||
></WorkManagementComponent>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue