@@ -18,7 +18,13 @@
@click="active = key"
:class="{ active: active === key }"
>
- <span v-if="key == 'againBuyRate' || key == 'buyRate'">
+ <span
+ v-if="
+ key == 'againBuyRate' ||
+ key == 'buyRate' ||
+ key == 'vipStudentRate'
+ "
+ >
{{ item.title + "(%)" }}
<el-tooltip
v-if="item.desc"