保誠-保戶業務員媒合平台
Tomas
2021-12-15 4d573c67bec4e81781bf68b61cec5828118c52b0
PAMapp/pages/agentInfo/_agentNo.vue
@@ -115,7 +115,7 @@
        class="pam-paragraph">
        <UiField icon="flag" label="專長領域">
          <div class="pam-field-experts">
            <div class="text--orange bold pr-10" v-for="(expert, index) in agentInfo.expertises" :key="index">
            <div class="text--orange bold pr-10" v-for="(expert, index) in agentInfo.expertise" :key="index">
              #{{ expert }}
            </div>
          </div>
@@ -246,11 +246,10 @@
  phoneNumber     : string;
  serveArea       : string;
  companyAddress  : string;
  lastestLoginTime: Date | null;
  seniority       : string;
  suitability     : number;
  evaluation      : number;
  expertises      : string[];
  expertise       : string[];
  concept         : string;
  experiences     : string[];
  awards          : string;