refactor(courselibrary): 重构在线课程管理页面为iframe嵌入模式

- 移除原有复杂的搜索表单和表格组件
- 替换为嵌入远程课程管理页面的iframe
- 简化页面结构和样式代码
- 保留必要的学生模型组件引用
- 更新页面标题注释和文件路径信息
This commit is contained in:
陈昱达
2025-12-08 13:17:07 +08:00
parent 473b39b32b
commit d3b393ed73
4 changed files with 183 additions and 90 deletions

View File

@@ -303,12 +303,12 @@ const handleNext = () => {
</el-dialog>
<!-- 设置预览弹窗 -->
<!-- :fullscreen="chooseItemData.resType === 41"-->
<el-dialog
v-model="courseMetadata.showSettingDialog"
:title="
courseMetadata.isPreview ? '预览' : getType(chooseItemData.resType)
"
:fullscreen="chooseItemData.resType === 41"
>
<div class="component-preview">
<template v-for="item in mapComponents" :key="item.name">