Fix: maestro type
This commit is contained in:
@@ -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 "마에체험":
|
||||
|
||||
Reference in New Issue
Block a user