updated retirement field
This commit is contained in:
parent
48ef8c19a6
commit
332a35569e
22 changed files with 172 additions and 192 deletions
|
|
@ -155,7 +155,9 @@
|
|||
<q-space />
|
||||
<div v-if="roleRegistryverify || roleKeyregistry">
|
||||
<q-btn
|
||||
v-if="!profileStore.isVerified && isSendVerified && roleRegistryverify"
|
||||
v-if="
|
||||
!profileStore.isVerified && isSendVerified && roleRegistryverify
|
||||
"
|
||||
outlined
|
||||
color="green"
|
||||
icon="verified"
|
||||
|
|
@ -165,7 +167,9 @@
|
|||
<q-tooltip>ยืนยันการตรวจสอบข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
<q-btn
|
||||
v-else-if="!profileStore.isVerified && !isSendVerified && roleKeyregistry"
|
||||
v-else-if="
|
||||
!profileStore.isVerified && !isSendVerified && roleKeyregistry
|
||||
"
|
||||
outlined
|
||||
color="secondary"
|
||||
icon="send"
|
||||
|
|
@ -692,7 +696,6 @@
|
|||
class="full-width inputgreen cursor-pointer"
|
||||
outlined
|
||||
dense
|
||||
|
||||
:model-value="date2Thai(leaveDate)"
|
||||
:rules="[(val) => !!val || `${'กรุณาเลือกวันที่พ้นราชการ'}`]"
|
||||
hide-bottom-space
|
||||
|
|
@ -757,7 +760,6 @@
|
|||
class="full-width inputgreen cursor-pointer"
|
||||
outlined
|
||||
dense
|
||||
|
||||
:model-value="date2Thai(leaveDateOrder)"
|
||||
:rules="[(val) => !!val || `${'กรุณาเลือกวันที่ออกคำสั่ง'}`]"
|
||||
hide-bottom-space
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue