no message

This commit is contained in:
STW_TTTY\stwtt 2024-04-19 14:15:08 +07:00
parent ad593b4551
commit 627bdb1a70
4 changed files with 163 additions and 70 deletions

View file

@ -8,5 +8,9 @@ export default {
/** รอบการประเมินผล*/
kpiPeriod: `${kpiPeriod}`,
kpiPeriodById: (id: string) => `${kpiPeriod}/${id}`,
kpiEvaluation
kpiEvaluation,
/** role */
kpiRoleMainList:`${KPI}/role`
};