|
@@ -147,6 +147,7 @@ export default {
|
|
|
this.examRegistration = result.data.examRegistrationDto
|
|
|
this.examRegistration.examStartTime = dayjs(this.examRegistration.examStartTime).format("YYYY-MM-DD")
|
|
|
this.examRegistration.levelFee = numeral(this.examRegistration.levelFee).format('0,0.00')
|
|
|
+ this.examRegistration.theoryLevelFee = numeral(this.examRegistration.theoryLevelFee).format('0,0.00')
|
|
|
tempResult.transAmount = numeral(tempResult.transAmount).format('0,0.00')
|
|
|
this.orderInfo = tempResult
|
|
|
this.pageStatus = tempResult.transStatus
|