เพิ่มโครงสร้าง folder งวด 5
This commit is contained in:
parent
f57a28c19f
commit
06f921e4e1
27 changed files with 263 additions and 10 deletions
|
|
@ -55,6 +55,15 @@ import evaluate from "./api/12_evaluatePersonal/api.evaluate";
|
|||
/** API โครงสร้างอัตรากำลัง*/
|
||||
import organization from "./api/02_organizational/api.organization";
|
||||
|
||||
/** API เงินเดือน/ค่าจ้าง*/
|
||||
import salary from "./api/13_salary/api.salary";
|
||||
|
||||
/** API ระเมินผลการปฏิบัติราชการระดับบุคคล*/
|
||||
import KPI from "./api/14_KPI/api.KPI";
|
||||
|
||||
/** API เงินเดือน/ค่าจ้าง*/
|
||||
import development from "./api/15_development/api.development";
|
||||
|
||||
// environment variables
|
||||
export const compettitivePanel = import.meta.env.VITE_COMPETITIVE_EXAM_PANEL;
|
||||
export const qualifyDisableExamPanel = import.meta.env
|
||||
|
|
@ -110,6 +119,10 @@ const API = {
|
|||
|
||||
/**evaluate*/
|
||||
...evaluate,
|
||||
|
||||
...salary,
|
||||
...KPI,
|
||||
...development,
|
||||
};
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue