面授授课教师显示

This commit is contained in:
zhangsir
2024-12-05 09:38:08 +08:00
parent b901dfa5b0
commit 55c24edd79
2 changed files with 3 additions and 6 deletions

View File

@@ -882,7 +882,7 @@
</template>
<template #teacherName="{record}">
<div :title="moreLine(record.offteachers)">
{{record.offteachers.map(item=>item.name).length > 3 ? record.offteachers.map(item=>item.name).slice(0,3).join(',')+'...':record.offteachers.map(item=>item.name).join(',') }}
{{record.offteachers.map(item=>item.teacherName).length > 3 ? record.offteachers.map(item=>item.teacherName).slice(0,3).join(',')+'...':record.offteachers.map(item=>item.teacherName).join(',') }}
</div>
</template>
</a-table>
@@ -1349,7 +1349,7 @@
</div>
<div class="stmm_i4">
<span style="color: #999ba3">授课教师:</span>
<span>{{ currentPlanItem.offteachers.map(item=>item.name).join(',') }}</span>
<span>{{ currentPlanItem.offteachers.map(item=>item.teacherName).join(',') }}</span>
</div>
<div class="stmm_i5">
<TableStudent