面授授课教师显示

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

@@ -2,10 +2,7 @@ NODE_ENV=boe
VUE_APP_BASE=/manage
VUE_APP_BASE_API=/manageApi
VUE_APP_LOGIN_URL=//u-pre.boe.com/web?returnUrl=
# VUE_APP_BOE_API_URL=//u-pre.boe.com
VUE_APP_BOE_API_URL=//pretest.zcwytd.com
VUE_APP_BOE_API_URL=//u-pre.boe.com
# 导入学员模板
VUE_APP_UP_LOAD_STUDENT_TEMPLATE=coursefile/导入学员模版-1677140876274.xlsx
# 外部考试导入成绩模板

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