หน้าแก้ไขข้อมูลส่วนตัว

แสดงวันจบการศึกษเป็นเลือก ปี หรือ วัน/เดือน/ปี
ซ่อนเป็นวุฒิการศึกษาในตำแหน่งไว้ก่อน
กรณีฟิลด์ isEducation เป็น true ให้ซ่อนปุ่มลบข้อมูล
เอาปุ่ม history หลังประวัติการศึกษากับใบอนุญาตประกอบอาชีพออก
ดักฟิลด์ "0000-0000-0000-0000" เป็นแสดงค่าว่าง

หน้าออกคำสั่ง step 4
This commit is contained in:
Thanit Konmek 2023-07-14 13:34:54 +07:00
parent b92c0d681c
commit 9d714b8716
8 changed files with 392 additions and 493 deletions

View file

@ -601,7 +601,7 @@ const getClass = (val: boolean) => {
{{ col.value }}
</div>
</q-td>
<q-td auto-width>
<!-- <q-td auto-width>
<q-btn
color="info"
flat
@ -611,7 +611,7 @@ const getClass = (val: boolean) => {
icon="mdi-history"
@click="clickHistory(props.row)"
/>
</q-td>
</q-td> -->
</q-tr>
</template>
</ProfileTable>