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