Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-02 11:07:10 +07:00
commit 2f4b6dadb8
11 changed files with 18 additions and 17 deletions

View file

@ -33,11 +33,12 @@ export default {
kpiEvaluation,
kpiEvaluationUser,
kpiPlan,
kpiPlanById: (id: string) => `${kpiPlan}/${id}`,
kpiPlanById: (id: string) => `${kpiPlan}/edit/${id}`,
/** role */
kpiRole,
kpiRoleMainList: `${KPI}/role`,
kpiRoleMainEdit: `${KPI}/role/edit`,
kpiSpecial,
kpiCapacity,