|
@@ -516,12 +516,12 @@
|
|
icon="el-icon-bottom"
|
|
icon="el-icon-bottom"
|
|
@click="handleBottom(scope.row)"
|
|
@click="handleBottom(scope.row)"
|
|
>下移</el-button>
|
|
>下移</el-button>
|
|
- <el-button
|
|
|
|
- size="mini"
|
|
|
|
- type="text"
|
|
|
|
- icon="el-icon-edit"
|
|
|
|
- @click="handleUpdateDate(scope.row)"
|
|
|
|
- >修改营期时间</el-button>
|
|
|
|
|
|
+<!-- <el-button-->
|
|
|
|
+<!-- size="mini"-->
|
|
|
|
+<!-- type="text"-->
|
|
|
|
+<!-- icon="el-icon-edit"-->
|
|
|
|
+<!-- @click="handleUpdateDate(scope.row)"-->
|
|
|
|
+<!-- >修改营期时间</el-button>-->
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
@@ -1262,16 +1262,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
closeUpdateCourse() {
|
|
closeUpdateCourse() {
|
|
- this.course.addOpen = false;
|
|
|
|
- this.course.form = {
|
|
|
|
- periodId: null,
|
|
|
|
- courseId: null,
|
|
|
|
- videoIds: []
|
|
|
|
- };
|
|
|
|
- // 重置表单
|
|
|
|
- if (this.$refs.courseAddForm) {
|
|
|
|
- this.$refs.courseAddForm.resetFields();
|
|
|
|
- }
|
|
|
|
|
|
+ this.course.open = false;
|
|
},
|
|
},
|
|
courseChange(row){
|
|
courseChange(row){
|
|
this.course.form.videoIds = [];
|
|
this.course.form.videoIds = [];
|