mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
面授授课教师显示
This commit is contained in:
5
.env.boe
5
.env.boe
@@ -2,10 +2,7 @@ NODE_ENV=boe
|
|||||||
VUE_APP_BASE=/manage
|
VUE_APP_BASE=/manage
|
||||||
VUE_APP_BASE_API=/manageApi
|
VUE_APP_BASE_API=/manageApi
|
||||||
VUE_APP_LOGIN_URL=//u-pre.boe.com/web?returnUrl=
|
VUE_APP_LOGIN_URL=//u-pre.boe.com/web?returnUrl=
|
||||||
# VUE_APP_BOE_API_URL=//u-pre.boe.com
|
VUE_APP_BOE_API_URL=//u-pre.boe.com
|
||||||
|
|
||||||
VUE_APP_BOE_API_URL=//pretest.zcwytd.com
|
|
||||||
|
|
||||||
# 导入学员模板
|
# 导入学员模板
|
||||||
VUE_APP_UP_LOAD_STUDENT_TEMPLATE=coursefile/导入学员模版-1677140876274.xlsx
|
VUE_APP_UP_LOAD_STUDENT_TEMPLATE=coursefile/导入学员模版-1677140876274.xlsx
|
||||||
# 外部考试导入成绩模板
|
# 外部考试导入成绩模板
|
||||||
|
|||||||
@@ -882,7 +882,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #teacherName="{record}">
|
<template #teacherName="{record}">
|
||||||
<div :title="moreLine(record.offteachers)">
|
<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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</a-table>
|
</a-table>
|
||||||
@@ -1349,7 +1349,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="stmm_i4">
|
<div class="stmm_i4">
|
||||||
<span style="color: #999ba3">授课教师:</span>
|
<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>
|
||||||
<div class="stmm_i5">
|
<div class="stmm_i5">
|
||||||
<TableStudent
|
<TableStudent
|
||||||
|
|||||||
Reference in New Issue
Block a user