แก้ฟิลด์ประวัติ ย้ายสมรรถนะและตัวชี้วัดไปอยู่ภายใต้ข้อมูลหลัก
This commit is contained in:
parent
f970b6101c
commit
408a3bf8b3
8 changed files with 45 additions and 38 deletions
|
|
@ -84,6 +84,31 @@ const menuList = readonly<any[]>([
|
|||
label: "ข้อมูลเครื่องราชอิสริยาภรณ์",
|
||||
path: "masterInsignia",
|
||||
},
|
||||
{
|
||||
key: 3.6,
|
||||
label: "ตัวชี้วัด",
|
||||
role: "evaluateKPI",
|
||||
children: [
|
||||
{
|
||||
key: 3.61,
|
||||
label: "ตามแผน",
|
||||
path: "KPIIndicatorByPlan",
|
||||
role: "evaluateKPI",
|
||||
},
|
||||
{
|
||||
key: 3.62,
|
||||
label: "ตามตำแหน่ง",
|
||||
path: "KPIIndicatorByRole",
|
||||
role: "evaluateKPI",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3.7,
|
||||
label: "สมรรถนะ",
|
||||
path: "KPICompetency",
|
||||
role: "evaluateKPI",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -685,32 +710,7 @@ const menuList = readonly<any[]>([
|
|||
path: "KPIRound",
|
||||
role: "evaluateKPI",
|
||||
},
|
||||
{
|
||||
key: 13.2,
|
||||
label: "ตัวชี้วัด",
|
||||
role: "evaluateKPI",
|
||||
children: [
|
||||
{
|
||||
key: 13.21,
|
||||
label: "ตามแผนปฏิบัติราชการประจำปี",
|
||||
path: "KPIIndicatorByPlan",
|
||||
role: "evaluateKPI",
|
||||
},
|
||||
{
|
||||
key: 13.22,
|
||||
label: "ตามหน้าที่ความรับผิดชอบ",
|
||||
path: "KPIIndicatorByRole",
|
||||
role: "evaluateKPI",
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 13.3,
|
||||
label: "สมรรถนะ",
|
||||
path: "KPICompetency",
|
||||
role: "evaluateKPI",
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 14,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue