| | |
| | | <div class="ques-container"> |
| | | <div class="pam-paragraph"> |
| | | <div class="mdTxt"> |
| | | 想要詢問的問題 |
| | | 想了解的領域 |
| | | <span class="hint text--bold"> |
| | | (可複選) |
| | | </span> |
| | |
| | | |
| | | <PopUpFrame :isOpen.sync="showDrawer"> |
| | | <div class="qaTextTitle mdTxt"> |
| | | <strong>想要詢問的問題</strong> |
| | | <strong>想了解的領域</strong> |
| | | </div> |
| | | <div class="qa-dialog"> |
| | | <div v-for="(qaText,index) in quesAboutList" :key="index" > |
| | |
| | | |
| | | private getReservedData(appointmentInfo) { |
| | | if (appointmentInfo) { |
| | | const hopeContactTime = appointmentInfo!.hopeContactTime |
| | | const hopeContactTime = appointmentInfo!.hopeContactTime |
| | | ? appointmentInfo!.hopeContactTime.split("'").filter(item => item && item !== ',').map(item => { |
| | | const info = item.split('、'); |
| | | return { |
| | |
| | | </div> |
| | | <div class="pam-paragraph"> |
| | | <div class="pb-10 mdTxt required"> |
| | | 想要詢問的問題 |
| | | 想了解的領域 |
| | | <span class="hint text--bold"> |
| | | (可複選) |
| | | </span> |
| | |
| | | </div> |
| | | <div class="pam-paragraph"> |
| | | <div class="rec-popular"> |
| | | <div class="pb-10 mdTxt">熱門檢索</div> |
| | | <div class="pb-10 mdTxt">熱搜關鍵字</div> |
| | | <div class="hint text--bold ml-10">(可複選)</div> |
| | | </div> |
| | | <div class="rec-pop-container"> |
| | |
| | | |
| | | <PopUpFrame :isOpen.sync="showDialog"> |
| | | <div class="qaTextTitle mdTxt"> |
| | | <strong>想要詢問的問題</strong> |
| | | <strong>想了解的領域</strong> |
| | | </div> |
| | | <div class="qa-dialog"> |
| | | <div v-for="(qaText,index) in queaAboutList" |
| | |
| | | ]; |
| | | seniorityOptions = [{ |
| | | title: '不限', |
| | | subTitle: '年齡不是問題', |
| | | subTitle: '經歷不是問題', |
| | | label: Seniority.UNLIMITED, |
| | | }, |
| | | { |
| | | title: '年輕', |
| | | subTitle: '給年輕人一個機會', |
| | | title: '新星', |
| | | subTitle: '熱情活力滿點', |
| | | label: Seniority.YOUNG, |
| | | }, |
| | | { |