保誠-保戶業務員媒合平台
Mila
2021-11-30 84efab848d77c44a7b46e06a12cbfee64e13e9c5
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;