From 79116590c05b9bb518b7629e93a91a1544d9b8d9 Mon Sep 17 00:00:00 2001 From: jinna Date: Mon, 27 Feb 2023 11:13:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=8F=B7=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9=E6=94=BE=E5=8F=B7=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/booknumber/index.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/booknumber/index.vue b/src/views/booknumber/index.vue index e119116..74868c4 100644 --- a/src/views/booknumber/index.vue +++ b/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