+
+
+
课程管理列表
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 加载失败
+
+
+
+
+
+
+ {{ scope.row.title }}
+
+
+
+
+
+
+ {{ scope.row.intro ? (scope.row.intro.length > 100 ? `${scope.row.intro.slice(0, 100)}...` : scope.row.intro) : '无简介' }}
+
+ 查看详情
+
+
+
+
+
+ {{ scope.row.status === 1 ? '已发布' : '已删除' }}
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+ 删除
+
+
+
+
+
+
+
+ 课程标题: {{ currentCourse.title }}
+
+ {{ currentCourse.intro || '当前课程暂无简介' }}
+
+
+
+
+