- ขอลาออก เพิ่มแสดงเอกสารขอลาออกจากราชการ

- ปรับเมนูของลูกจ้าง
This commit is contained in:
Warunee Tamkoo 2023-10-10 12:03:49 +07:00
parent f4dfa11ce1
commit 6ca6e200ed
4 changed files with 134 additions and 44 deletions

View file

@ -153,16 +153,18 @@
</div>
</div>
<q-space />
<q-btn
round
flat
color="blue"
icon="mdi-file-document"
v-if="
profileType == 'officer' ||
(profileType == 'employee' && employeeClass == 'perm')
"
round
flat
:color="reasonStatus ? 'primary' : 'pink-5'"
:icon="
reasonStatus ? 'mdi-home-import-outline' : 'mdi-home-export-outline'
"
>
<q-menu transition-show="jump-down" transition-hide="jump-up">
<q-list dense style="min-width: 160px">
@ -219,7 +221,6 @@
clickable
v-close-popup
@click="clickPassaway"
v-if="profileType == 'officer'"
>
<q-item-section style="min-width: 0px" avatar class="q-py-sm">
</q-item-section>
@ -275,7 +276,8 @@
<!-- <q-tooltip>งรายช</q-tooltip> -->
</q-btn>
<q-btn
<!-- ดไปเพราะทำสวนของพนราชการแล -->
<!-- <q-btn
round
flat
:color="reasonStatus ? 'primary' : 'pink-5'"
@ -287,7 +289,7 @@
<q-tooltip>{{
reasonStatus ? "การกลับเข้ารับราชการ" : "การออกจากราชการ"
}}</q-tooltip>
</q-btn>
</q-btn> -->
<q-btn icon="mdi-file-eye-outline" round color="primary" flat>
<q-tooltip>ดาวนโหลดไฟล</q-tooltip>