保誠-保戶業務員媒合平台
HelenHuang
2022-03-31 1ac23eec19591f05ead299ec489e7f025a2c7627
PAMapp/pages/agentInfo/edit/_agentNo.vue
@@ -125,9 +125,10 @@
        <UiField :span="12" icon="time" label="最後上線時間">
          {{ agentInfo.latestLoginTime | formatDate }}
        </UiField>
        <UiField :span="12" icon="calender" label="到職日期">
        <UiField :span="12" icon="calender" label="到職日期" class="pam-editInfo-date-picker">
          <UiDatePicker
              class="mt-10"
              :defaultValue ="agentInfo.entryDate"
              @changeDate="onChangeDate($event)"
          ></UiDatePicker>
        </UiField>
@@ -308,7 +309,7 @@
    photoBase64       : '',
    phoneNumber       : '',
    email             : '',
    entryDate         : ','
    entryDate         : '',
  };
  communicationStyleList: string[] = agentCommunicationStyleList;
@@ -543,4 +544,10 @@
  padding-right: 20px;
}
.pam-editInfo-date-picker{
  .pam-date.el-input {
      width: 100%;
  }
}
</style>