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

This commit is contained in:
AnandaTon 2024-05-08 14:28:02 +07:00
commit 94fddd1743
5 changed files with 85 additions and 32 deletions

View file

@ -71,7 +71,7 @@ export class KpiUserEvaluation extends EntityBase {
length: 40,
comment:
"สถานะการประเมินผล ดังนี้ NEW = รอดำเนินการ, INPROGRESS = กําลังดำเนินการ, DONE = ประเมินเสร็จสิ้น",
default: null,
default: "NEW",
})
evaluationStatus: string;