|
@@ -194,6 +194,7 @@ a {
|
|
|
|
|
|
<div class="table-operator" style="position:relative;z-index:100">
|
|
<div class="table-operator" style="position:relative;z-index:100">
|
|
<a-button @click="dirVideoGet" type="primary" icon="plus">新增</a-button>
|
|
<a-button @click="dirVideoGet" type="primary" icon="plus">新增</a-button>
|
|
|
|
+ <a-button @click="joinMatemal" type="primary">素材拼接</a-button>
|
|
<a-button @click="onCheckAllChange" v-if="active == 'VIDEO_PART'">{{
|
|
<a-button @click="onCheckAllChange" v-if="active == 'VIDEO_PART'">{{
|
|
checkAll ? '取消 ( ' + checkArr.length + ' )' : '全选'
|
|
checkAll ? '取消 ( ' + checkArr.length + ' )' : '全选'
|
|
}}</a-button>
|
|
}}</a-button>
|
|
@@ -574,6 +575,12 @@ export default {
|
|
this.defaultDir = value
|
|
this.defaultDir = value
|
|
this.setDir()
|
|
this.setDir()
|
|
},
|
|
},
|
|
|
|
+ joinMatemal() {
|
|
|
|
+ if (this.joinVideo.head != '' && this.joinVideo.foot != '' && this.joinVideo.content.length > 0) {
|
|
|
|
+ } else {
|
|
|
|
+ this.$message.error('请选择片头片尾以及内容')
|
|
|
|
+ }
|
|
|
|
+ },
|
|
dirVideoGet() {
|
|
dirVideoGet() {
|
|
this.visible = true
|
|
this.visible = true
|
|
console.log(this.defaultDir)
|
|
console.log(this.defaultDir)
|