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

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

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

Loading…
Cancel
Save