修改
This commit is contained in:
parent
e673f6b069
commit
345213f38c
@ -302,7 +302,7 @@
|
||||
<el-dialog
|
||||
:title="!isEditFlag ? '添加学习培训项目信息' : '修改学习培训项目信息'"
|
||||
:visible.sync="open"
|
||||
width="1200px"
|
||||
width="1300px"
|
||||
append-to-body
|
||||
>
|
||||
<el-form
|
||||
@ -555,7 +555,7 @@
|
||||
>
|
||||
<el-table
|
||||
ref="trainingItemDirectoryList"
|
||||
style="margin-top: 20px;"
|
||||
style="margin-top: 20px"
|
||||
:data="form.trainingItemDirectoryList"
|
||||
>
|
||||
<el-table-column label="章节视频" align="center" width="300">
|
||||
@ -1060,4 +1060,5 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user