调整排课对应的名称,增加别称

This commit is contained in:
ywyonui 2025-08-20 21:28:32 +08:00
parent 514bfcd616
commit 372a58dac5

View File

@ -23,8 +23,8 @@
<view class="course-container">
<template v-if="sj.pkkbList && sj.pkkbList.length > 0">
<view v-for="(pkkb, pkkbIndex) in sj.pkkbList" :key="pkkbIndex"
:class="['course-card', getCourseColorClass(pkkb.pkName)]">
<text class="course-subject">{{ pkkb.pkName }}</text>
:class="['course-card', getCourseColorClass(pkkb.pkMc)]">
<text class="course-subject">{{ pkkb.pkBc || pkkb.pkMc }}</text>
<text class="course-class">{{ pkkb.jsName }}</text>
</view>
</template>