- เพิ่มเมนูแต่งตั้งลูกจ้างประจำ

- ปรับเงื่อนไขการแสดงเมนูในทะเบียนประวัติเพิ่ม
- เพิ่มเมนูรายการแต่งตั้งลูกจ้างประจำ
This commit is contained in:
Warunee Tamkoo 2023-09-29 15:02:04 +07:00
parent 567bf841e9
commit 451a567cf4
11 changed files with 1688 additions and 400 deletions

View file

@ -163,7 +163,7 @@ onMounted(async () => {
class="q-mr-sm"
@click="router.push(`/appoint-promote`)"
/>
รายละเอยดการแตงต-เลอน {{ title.fullname }}
รายละเอยดการแตงต-เลอน-าย {{ title.fullname }}
</div>
<q-card bordered class="row col-12 text-dark">
<div class="bg-grey-1 q-pa-sm col-12 row items-center text-primary">

View file

@ -68,7 +68,7 @@ const columns2 = ref<QTableProps["columns"]>([
{
name: "organizationName",
align: "left",
label: "หน่วยงานที่รับการแต่งตั้ง-เลื่อน",
label: "หน่วยงานที่รับการแต่งตั้ง-เลื่อน-ย้าย",
sortable: true,
field: "organizationName",
headerStyle: "font-size: 14px",

View file

@ -89,7 +89,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "organizationName",
align: "left",
label: "หน่วยงานที่รับการแต่งตั้ง-เลื่อน",
label: "หน่วยงานที่รับการแต่งตั้ง-เลื่อน-ย้าย",
sortable: true,
field: "organizationName",
headerStyle: "font-size: 14px",