fix: หน้านายจ้างไม่แสดงตอนไม่ได้กดเลือก
This commit is contained in:
parent
85d2035b00
commit
503e8ed0a3
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@ const dialogEmployee = ref<boolean>(false);
|
|||
|
||||
const infoDrawerBranch = ref<boolean>(false);
|
||||
|
||||
const selectorLabel = ref<string>('');
|
||||
const selectorLabel = ref<string>('EMPLOYER');
|
||||
const selectorList = computed(() => [
|
||||
{
|
||||
label: 'EMPLOYER',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue