课程营销标签

This commit is contained in:
2024-05-22 10:24:14 +08:00
parent 11a259cc0b
commit 3c2c1ee281
7 changed files with 1379 additions and 38 deletions

View File

@@ -72,7 +72,7 @@
>
<div class="title_box" style="margin-bottom: 10px; height: 40px">
<div class="title">
<span class="line"></span>绑定课程列表
<span class="line"></span>关联课程列表
<el-button
plain
type="primary"
@@ -289,10 +289,10 @@ export default {
UpNumber(e) {
e.target.value = e.target.value.replace(/[^\d]/g, "");
},
dataFormEdit() {
this.checkAll = false;
this.isEdit = !this.isEdit;
},
// dataFormEdit() {
// this.checkAll = false;
// this.isEdit = !this.isEdit;
// },
handleCheckAllChange(val) {
this.$nextTick(() => {
this.$refs.commonShop.handleCheckAllChange(val);