ปรับเมนูและข้อความระบบเงินเดือน
This commit is contained in:
parent
ab52d14b2d
commit
caa75897e3
3 changed files with 17 additions and 5 deletions
|
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue