hrms-manual/src/modules/01_manual/components/4_registration/41_main.vue
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 483155dc18 tab
2023-09-12 15:43:51 +07:00

129 lines
5.8 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script setup lang="ts">
import { ref } from "vue";
const rightDrawerOpen = ref(false);
const text = ref("");
</script>
<template>
<!-- <div class="row col-12">
<div class="col-12">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div> -->
<!--
<q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">
ระบบทะเบยนประว
</div>
</div>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
4.1 การเขาสหนาระบบทะเบยนประว
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- เมอตองการดอมลประวของขาราชการกรงเทพมหานครใหทำการคลกแถบเมน ทะเบยนประว ทางดานซายของระบบ งร
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/1_main/4-1.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
width: 255px;
height: 307.73px;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 1 แสดงการเลอกแถบเมน หนาระบบทะเบยนประว ของขอมลขาราชการกรงเทพฯ
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ระบบแสดงหนาตาง อมลทะเบยนประว งร
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/1_main/4-2.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 2 แสดงหนาตางขอมลทะเบยนประว
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 วขอเมนสำหรบเลอกหนวยงานกรงเทพฯ องการขอมลทะเบยนประว <br>
หมายเลข 2 องสำหรบการเลอกประเภทขอมลลกจางทองการขอม <br>
หมายเลข 3 องสำหรบการกรอกจำนวนตวเลขของเลขบตรประจำตวประชาชน <br>
หมายเลข 4 องสำหรบกรอก -นามสกลของลกจางทองการคนหา <br>
หมายเลข 5 องสำหรบเลอกปเกษยณทองการขอม <br>
หมายเลข 6 องสำหรบเลอกหวขอคอลมนองการใหตารางแสดงขอมลตามคอลมนเลอก <br>
หมายเลข 7 องสำหรบเลอกหรอกรอกขอมลอายราชการ <br>
หมายเลข 8 มสำหรบคลกเพอแสดงขอมลผนจากราชการ <br>
หมายเลข 9 มสำหรบแสดดงขอมลลกจางททดลองปฏหนาทราชการ <br>
หมายเลข 10 มสำหรบคลกคนหาหลงจากทำการกรอกขอม หรอเลอกประเภทขอมลทองการ <br>
หมายเลข 11 องสำหรบแสดงขอมลทะเบยนประวรายช
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>