|
@@ -10,7 +10,7 @@
|
|
|
<!-- <van-cell title="考生名字:" :border="false">
|
|
|
<template #default>{{ orderInfo.studentName }}</template>
|
|
|
</van-cell> -->
|
|
|
- <van-cell v-if="orderInfo.studentNameS" title="报考专业:" :border="false">
|
|
|
+ <van-cell v-if="orderInfo.subjectNameS" title="报考专业:" :border="false">
|
|
|
<template #default>{{ orderInfo.subjectName }}</template>
|
|
|
</van-cell>
|
|
|
<van-cell title="乐理知识:" :border="false">
|
|
@@ -130,7 +130,8 @@ export default {
|
|
|
let number = fee.value()
|
|
|
const tempLevel = tempResult.examMusicTheoryLevel ? levelToCN[tempResult.examMusicTheoryLevel] + `/¥${numeral(tempResult.theoryLevelFee).format('0,0.00')}` : "免考"
|
|
|
const params = {
|
|
|
- studentNameS: tempResult.studentName,
|
|
|
+ studentName: tempResult.studentName,
|
|
|
+ subjectNameS: tempResult.subjectName,
|
|
|
subjectName: tempResult.subjectName + `(${levelToCN[tempResult.level]}/¥${numeral(tempResult.levelFee).format('0,0.00')})`,
|
|
|
examMusicTheoryLevel: tempLevel,
|
|
|
examStartTime: dayjs(tempResult.examStartTime).format("YYYY-MM-DD"),
|