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

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: [ children: [
{ {
key: 12.1, key: 12.1,
label: "ผังบัญชีเงินเดือน", label: "ผังบัญชีเงินเดือนข้าราชการ",
path: "salaryChart", path: "salaryChart",
role: "salary", role: "salary",
}, },
{ {
key: 12.2, key: 12.2,
label: "ผังบัญชีค่าจ้างลูกจ้าง",
path: "salaryEmployeeChart",
role: "salary",
},
{
key: 12.3,
label: "รอบการขึ้นเงินเดือน", label: "รอบการขึ้นเงินเดือน",
path: "salaryRound", path: "salaryRound",
role: "salary", role: "salary",
}, },
{ {
key: 12.3, key: 12.4,
label: "รายการเงินเดือน", label: "เลื่อนเงินเดือนข้าราชการ",
path: "salaryLists", path: "salaryLists",
role: "salary", role: "salary",
}, },
{
key: 12.5,
label: "เลื่อนค่าจ้างลูกจ้างประจำ",
path: "salaryEmployeeLists",
role: "salary",
},
], ],
}, },
{ {

View file

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

View file

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