浏览代码

修改金额显示

lex-xin 4 年之前
父节点
当前提交
70c1cb491c

文件差异内容过多而无法显示
+ 0 - 0
dist/app.1d5a6979f4575b91317b.js


二进制
dist/app.1d5a6979f4575b91317b.js.gz


二进制
dist/app.90c4e674deb2b3182943.js.gz


文件差异内容过多而无法显示
+ 0 - 0
dist/css/PaymentResult.e957641c.css


文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


二进制
dist/js/PaymentResult.7e321e3d.js.gz


文件差异内容过多而无法显示
+ 0 - 0
dist/js/PaymentResult.fab18a7a.js


二进制
dist/js/PaymentResult.fab18a7a.js.gz


+ 1 - 0
src/views/PaymentResult.vue

@@ -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

部分文件因为文件数量过多而无法显示