diff --git a/management/src/views/caseresource/teachingcase/teachingCaseView.vue b/management/src/views/caseresource/teachingcase/teachingCaseView.vue index 1e193c10..4cd02760 100644 --- a/management/src/views/caseresource/teachingcase/teachingCaseView.vue +++ b/management/src/views/caseresource/teachingcase/teachingCaseView.vue @@ -1,7 +1,706 @@ - - + + + + 教学案例管理列表 + 新增案例 + + + + + + 搜索 + + + + + + + + + 无封面 + + + + + + + {{ scope.row.title }} + + + + + + + {{ scope.row.student_names.length > 15 ? `${scope.row.student_names.slice(0,15)}...` : scope.row.student_names }} + + + + + + + + + {{ stripHtml(scope.row.content).length > 100 ? `${stripHtml(scope.row.content).slice(0, 100)}...` : stripHtml(scope.row.content) }} + + 查看详情 + + + + + + 编辑 + 删除 + + + + + + + + 标题: {{ currentCase.title }} + + 导师:{{ currentCase.tutor_name }} {{ currentCase.tutor_title || '' }} + 参与学生:{{ currentCase.student_names }} + 创建时间:{{ currentCase.create_time }} + 最后更新:{{ currentCase.update_time }} + + + + + + + + + + + + + + + + 案例标题 + + + + + 案例封面 + + + + + 支持JPG、PNG格式,大小不超过5MB + + + + + 导师姓名 + + + + 导师头衔 + + + + + + 学生姓名 + + + + + 排序 + + + + + 案例内容 + + + + + + + 取消 + + {{ form.id ? '更新案例' : '新增案例' }} + + + + + + - \ No newline at end of file + + + + \ No newline at end of file
支持JPG、PNG格式,大小不超过5MB