Fix: maestro type

This commit is contained in:
2019-04-12 21:47:57 +09:00
parent 857c70a421
commit 473d0c6705
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -44,7 +44,7 @@ function accountStatus(accountType, activateStatus) {
if(activateStatus == 0)
return "입금대기";
else if(activateStatus == 100)
return "취소";
return "환불";
switch(accountType) {
case 1:
@@ -77,11 +77,12 @@ function accountStatusColorClass(status) {
case "비활성화":
return " text-muted";
case "취소":
case "환불":
return " text-white bg-danger";
case "입금대기":
return " bg-warning";
// return " text-muted bg-warning";
return " text-warning bg-dark";
case "학생체험":
case "마에체험":