调整排课对应的名称,增加别称
This commit is contained in:
parent
514bfcd616
commit
372a58dac5
@ -23,8 +23,8 @@
|
|||||||
<view class="course-container">
|
<view class="course-container">
|
||||||
<template v-if="sj.pkkbList && sj.pkkbList.length > 0">
|
<template v-if="sj.pkkbList && sj.pkkbList.length > 0">
|
||||||
<view v-for="(pkkb, pkkbIndex) in sj.pkkbList" :key="pkkbIndex"
|
<view v-for="(pkkb, pkkbIndex) in sj.pkkbList" :key="pkkbIndex"
|
||||||
:class="['course-card', getCourseColorClass(pkkb.pkName)]">
|
:class="['course-card', getCourseColorClass(pkkb.pkMc)]">
|
||||||
<text class="course-subject">{{ pkkb.pkName }}</text>
|
<text class="course-subject">{{ pkkb.pkBc || pkkb.pkMc }}</text>
|
||||||
<text class="course-class">{{ pkkb.jsName }}</text>
|
<text class="course-class">{{ pkkb.jsName }}</text>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user