ปรับเมนูและข้อความระบบเงินเดือน
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: [
|
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",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue