课程营销标签
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user