fix กรณีคะแนนเกิน 100 ผลประเมินแสดง (-)
This commit is contained in:
parent
12ae8172d5
commit
6dc7f9bd7e
1 changed files with 1 additions and 0 deletions
|
|
@ -947,6 +947,7 @@ export class OrganizationUnauthorizeController extends Controller {
|
|||
if (val >= 70 && val <= 79) return "ดี";
|
||||
if (val >= 80 && val <= 89) return "ดีมาก";
|
||||
if (val >= 90 && val <= 100) return "ดีเด่น";
|
||||
if (val > 101 ) return "ดีเด่น";
|
||||
else return "-";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue