From 33d0d51a799302ebc3ff47b86dbce4c1912abd22 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期二, 30 十一月 2021 10:10:43 +0800 Subject: [PATCH] [update] 【todo 131218】嚴選配對 與 快速篩選 的滿意度評分皆改成 列出指定滿意度評分以上的顧問 --- PAMapp/components/phoneContactTimePicker.vue | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/PAMapp/components/phoneContactTimePicker.vue b/PAMapp/components/phoneContactTimePicker.vue index fffa621..32a2991 100644 --- a/PAMapp/components/phoneContactTimePicker.vue +++ b/PAMapp/components/phoneContactTimePicker.vue @@ -41,8 +41,8 @@ :options="weekOptions.options" :nameOfSelectAll="weekOptions.selectAll"> </MultiSelectBtn> - <div class="pam-popUp-confirm-bolck"> - <button class="pam-select-confirm mt-30" + <div class="pam-popUp-confirm-bolck pam-paragraph"> + <button class="pam-select-confirm" :class="[initPickerControl.selectWeekOptions.length?'el-button--primary' :'is-disabled']" @click="confirmByStep_1"> 蝣箏�� @@ -60,8 +60,8 @@ :options="timesOfDayOptions.options" :nameOfSelectAll="timesOfDayOptions.selectAll"> </MultiSelectBtn> - <div class="pam-popUp-confirm-bolck"> - <button class="pam-select-confirm mt-30" + <div class="pam-popUp-confirm-bolck pam-paragraph"> + <button class="pam-select-confirm" :class="[initPickerControl.selectTimesOptions.length ?'el-button--primary' :'is-disabled']" @click="confirmByStep_2"> 蝣箏�� @@ -131,7 +131,7 @@ } ], }; - private drawerSize="40%"; + private drawerSize="'50%'"; private dialogWidth="376px"; private selectedSchedule!:scheduleDto; @@ -143,7 +143,6 @@ selectWeekOptions:[] as string[], selectTimesOptions:[] as string[], } - openPopUp(schedule:scheduleDto,index:number):void{ this.isOpenByStep_1 = true; this.popUpTitle = this.titleFormatByIndex(index); @@ -244,7 +243,6 @@ .pam-add-schedule{ color: $PRIMARY_RED; margin-top: 10px; - margin-bottom: 30px; font-size: 20px; &.disable{ color:$LIGHT_GREY; -- Gitblit v1.8.0