refactor: เพิ่ม id tab
This commit is contained in:
parent
e8b273eabf
commit
0a123d5d7d
2 changed files with 11 additions and 4 deletions
|
|
@ -1783,6 +1783,7 @@ watch(
|
|||
>
|
||||
<q-tab
|
||||
name="employer"
|
||||
id="tab-employer"
|
||||
@click="
|
||||
async () => {
|
||||
selectorLabel = 'EMPLOYER';
|
||||
|
|
@ -1804,6 +1805,7 @@ watch(
|
|||
</q-tab>
|
||||
<q-tab
|
||||
name="employee"
|
||||
id="tab-employee"
|
||||
@click="
|
||||
async () => {
|
||||
selectorLabel = 'EMPLOYEE';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue