ลบ lazy rulese
This commit is contained in:
parent
88ec322a18
commit
216098bb73
2 changed files with 0 additions and 11 deletions
|
|
@ -305,7 +305,6 @@ watch(
|
||||||
outlined
|
outlined
|
||||||
for="#positionName"
|
for="#positionName"
|
||||||
label="ตำแหน่งในสายงาน"
|
label="ตำแหน่งในสายงาน"
|
||||||
lazy-rules
|
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:rules="
|
:rules="
|
||||||
!isDisValidate
|
!isDisValidate
|
||||||
|
|
@ -323,7 +322,6 @@ watch(
|
||||||
outlined
|
outlined
|
||||||
for="#positionField"
|
for="#positionField"
|
||||||
label="สายงาน"
|
label="สายงาน"
|
||||||
lazy-rules
|
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:rules="
|
:rules="
|
||||||
!isDisValidate
|
!isDisValidate
|
||||||
|
|
@ -346,7 +344,6 @@ watch(
|
||||||
outlined
|
outlined
|
||||||
option-label="name"
|
option-label="name"
|
||||||
option-value="id"
|
option-value="id"
|
||||||
lazy-rules
|
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:rules="
|
:rules="
|
||||||
!isDisValidate
|
!isDisValidate
|
||||||
|
|
@ -369,7 +366,6 @@ watch(
|
||||||
outlined
|
outlined
|
||||||
option-label="name"
|
option-label="name"
|
||||||
option-value="id"
|
option-value="id"
|
||||||
lazy-rules
|
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:rules="
|
:rules="
|
||||||
!isDisValidate
|
!isDisValidate
|
||||||
|
|
@ -391,7 +387,6 @@ watch(
|
||||||
outlined
|
outlined
|
||||||
option-label="name"
|
option-label="name"
|
||||||
option-value="id"
|
option-value="id"
|
||||||
lazy-rules
|
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
clearable
|
clearable
|
||||||
/>
|
/>
|
||||||
|
|
@ -405,7 +400,6 @@ watch(
|
||||||
outlined
|
outlined
|
||||||
for="#positionExecutiveField"
|
for="#positionExecutiveField"
|
||||||
label="ด้านทางการบริหาร"
|
label="ด้านทางการบริหาร"
|
||||||
lazy-rules
|
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -418,7 +412,6 @@ watch(
|
||||||
outlined
|
outlined
|
||||||
for="#positionArea"
|
for="#positionArea"
|
||||||
label="ด้าน/สาขา"
|
label="ด้าน/สาขา"
|
||||||
lazy-rules
|
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -374,7 +374,6 @@ function updatemodalPersonal(modal: boolean) {
|
||||||
for="prefixRef"
|
for="prefixRef"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:rules="[(val: string) => val !== null && val !== '' || `${'กรุณากรอกคำนำหน้า'}`]"
|
:rules="[(val: string) => val !== null && val !== '' || `${'กรุณากรอกคำนำหน้า'}`]"
|
||||||
lazy-rules
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
|
|
@ -388,7 +387,6 @@ function updatemodalPersonal(modal: boolean) {
|
||||||
for="firstnameRef"
|
for="firstnameRef"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:rules="[(val: string) => val !== null && val !== '' || `${'กรุณากรอกชื่อ'}`]"
|
:rules="[(val: string) => val !== null && val !== '' || `${'กรุณากรอกชื่อ'}`]"
|
||||||
lazy-rules
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
|
|
@ -402,7 +400,6 @@ function updatemodalPersonal(modal: boolean) {
|
||||||
for="lastnameRef"
|
for="lastnameRef"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:rules="[(val: string) => !!val || `${'กรุณากรอกนามสกุล'}`]"
|
:rules="[(val: string) => !!val || `${'กรุณากรอกนามสกุล'}`]"
|
||||||
lazy-rules
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
|
|
@ -416,7 +413,6 @@ function updatemodalPersonal(modal: boolean) {
|
||||||
for="positionRef"
|
for="positionRef"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:rules="[(val: string) => !!val || `${'กรุณากรอกตำแหน่ง'}`]"
|
:rules="[(val: string) => !!val || `${'กรุณากรอกตำแหน่ง'}`]"
|
||||||
lazy-rules
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue