放号管理页面修改放号标题提示

main
jinna 3 years ago
parent 1a1671cdff
commit 79116590c0
  1. 11
      src/views/booknumber/index.vue

@ -406,8 +406,8 @@ export default {
addNumber(){
this.tabArr = this.tabArr1
this.activeName = this.tabArr[0].dictValue;
console.log(this.tabArr)
console.log(this.activeName)
this.title = '投放号源';
this.subtitle = '请先设置时段以及对应号源数量后选择该号源投放日期。';
this.isNumber = true;
this.isShow = true;
this.isEdit = false
@ -473,7 +473,8 @@ export default {
},
//
handleRegister(row){
console.log(row)
this.title = '投放号源';
this.subtitle = '请先设置时段以及对应号源数量后选择该号源投放日期。';
this.isEdit = true;
this.deptName = row.createDept
this.tabArr = this.tabArr1
@ -757,7 +758,9 @@ export default {
})
},
goBefore(){
this.isShow = true
this.isShow = true;
this.title = '投放号源';
this.subtitle = '请先设置时段以及对应号源数量后选择该号源投放日期。';
},
closeDraw(){
this.isNumber = false

Loading…
Cancel
Save