预览课件 分 资源预览和课件预览
This commit is contained in:
parent
11b0e529a5
commit
4327590091
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<a-card :bordered="false" title="课件预览">
|
<a-card :bordered="false" :title="pageName">
|
||||||
<template slot="extra">
|
<template slot="extra">
|
||||||
<h4 style="margin-right: 15px; display:inline-block">{{ courseware.classifyName }}</h4>
|
<h4 style="margin-right: 15px; display:inline-block">{{ courseware.classifyName }}</h4>
|
||||||
<a-button v-if="!!!coursewareId" size="small" @click="goback">返回</a-button>
|
<a-button v-if="!!!coursewareId" size="small" @click="goback">返回</a-button>
|
||||||
|
@ -126,6 +126,7 @@ export default {
|
||||||
watch: {},
|
watch: {},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
pageName:this.$route.query.isOther == 1 ? '资源预览' : '课件预览',
|
||||||
images: [],
|
images: [],
|
||||||
type: 1,
|
type: 1,
|
||||||
isactive: 0,
|
isactive: 0,
|
||||||
|
|
Loading…
Reference in New Issue