mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-24 10:12:52 +08:00
提交
This commit is contained in:
@@ -374,7 +374,8 @@
|
||||
{id:'5',type:'link',name:'外部连接',img:'el-icon-link',resType:52},
|
||||
{id:'6',type:'exam',name:'考试',img:'el-icon-document-checked',resType:61},
|
||||
{id:'7',type:'homework',name:'作业',img:'el-icon-reading',resType:60},
|
||||
{id:'8',type:'assess',name:'评估',img:'el-icon-user',resType:62}
|
||||
{id:'8',type:'assess',name:'评估',img:'el-icon-user',resType:62},
|
||||
{id:'9',type:'scorm',name:'SCORM',img:'el-icon-folder',resType:50}
|
||||
],
|
||||
htmlContent:'',
|
||||
linkInfo:{
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
<div class="grid-content bg-purple">
|
||||
<el-select v-model="params.resType" clearable placeholder="课件类型">
|
||||
<el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"></el-option>
|
||||
<el-option label="SCORM" value="60"></el-option>
|
||||
</el-select>
|
||||
</div>
|
||||
</el-col>
|
||||
@@ -144,6 +145,9 @@
|
||||
<div style="margin-top: 10px">
|
||||
<file-upload dir="files" :showList="true" :value="imageShowUrl" :limit="5" @success="handleUploadSuccess" @remove="handleRemoveSuccess"></file-upload>
|
||||
</div>
|
||||
<div style="padding: 20px;">
|
||||
<el-checkbox v-model="scorm" label="SCORM课件"></el-checkbox>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 10px">
|
||||
<el-table border stripe :data="fileList" style="width: 100%" @selection-change="handleSelectionChange">
|
||||
@@ -308,6 +312,7 @@ export default {
|
||||
form: {
|
||||
device1:false,
|
||||
device2:false,
|
||||
scorm:0,
|
||||
},
|
||||
editCoursewareShow: false,
|
||||
currentPage4: 4,
|
||||
|
||||
Reference in New Issue
Block a user