ปรับเมนูและข้อความระบบเงินเดือน

This commit is contained in:
Warunee Tamkoo 2024-03-07 14:20:51 +07:00
parent ab52d14b2d
commit caa75897e3
3 changed files with 17 additions and 5 deletions

View file

@ -623,22 +623,34 @@ const menuList = readonly<any[]>([
children: [
{
key: 12.1,
label: "ผังบัญชีเงินเดือน",
label: "ผังบัญชีเงินเดือนข้าราชการ",
path: "salaryChart",
role: "salary",
},
{
key: 12.2,
label: "ผังบัญชีค่าจ้างลูกจ้าง",
path: "salaryEmployeeChart",
role: "salary",
},
{
key: 12.3,
label: "รอบการขึ้นเงินเดือน",
path: "salaryRound",
role: "salary",
},
{
key: 12.3,
label: "รายการเงินเดือน",
key: 12.4,
label: "เลื่อนเงินเดือนข้าราชการ",
path: "salaryLists",
role: "salary",
},
{
key: 12.5,
label: "เลื่อนค่าจ้างลูกจ้างประจำ",
path: "salaryEmployeeLists",
role: "salary",
},
],
},
{

View file

@ -220,7 +220,7 @@ async function filterFn(page: number) {
<template>
<div class="row items-center">
<div class="toptitle text-dark row items-center q-py-xs">
รายการผงบญชเงนเดอน
รายการผงบญชเงนเดอนาราชการ
</div>
</div>

View file

@ -296,7 +296,7 @@ onMounted(async () => {
<template>
<div class="row items-center">
<div class="toptitle text-dark row items-center q-py-xs">
รายการเนเดอน
รายการเอนเนเดอนาราชการ
</div>
<q-space />