|
@@ -9,16 +9,16 @@
|
|
|
<el-row class="title-row">
|
|
|
<el-col :span="13">
|
|
|
<template v-if="i[0]['kitType'] == 'GROUP'">
|
|
|
- 团购乐器{{ courseViewType == 2 ? "(赠送辅件一套)" : null }}
|
|
|
+ 团购乐器
|
|
|
</template>
|
|
|
<template v-if="i[0]['kitType'] == 'LEASE'">
|
|
|
- 乐器租赁{{ courseViewType == 2 ? "(请自行购买辅件)" : null }}
|
|
|
+ 乐器租赁
|
|
|
</template>
|
|
|
<template v-if="i[0]['kitType'] == 'FREE'">
|
|
|
- 免费乐器{{ courseViewType == 2 ? "(请自行购买辅件)" : null }}
|
|
|
+ 免费乐器
|
|
|
</template>
|
|
|
<template v-if="i[0]['kitType'] == 'owned'">
|
|
|
- 自备乐器{{ courseViewType == 2 ? "(请自行购买辅件)" : null }}
|
|
|
+ 自备乐器
|
|
|
</template>
|
|
|
</el-col>
|
|
|
<el-col :span="5" style="text-align: right;">
|