| | |
| | | {{ info.seniority }} |
| | | </div> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <!-- TODO:隱藏滿意度 --> |
| | | <el-col :span="12" v-if="!hideReviews"> |
| | | <div class="field__label"> |
| | | 客戶滿意度 |
| | | </div> |
| | |
| | | </template> |
| | | <script lang="ts"> |
| | | import {Vue,Component, State, namespace, Action} from 'nuxt-property-decorator'; |
| | | import { AgentOfStrictQuery } from '~/assets/ts/api/consultant'; |
| | | import { hideReviews } from '~/shared/const/hide-reviews'; |
| | | import { AgentOfStrictQuery } from '~/shared/models/strict-query.model'; |
| | | |
| | | const localStorage = namespace('localStorage'); |
| | | |
| | |
| | | pageList: any[] = []; |
| | | isVisiblePopUp = false; |
| | | popUpTxt = ''; |
| | | hideReviews = hideReviews; |
| | | mounted() { |
| | | if (this.recommendConsultantItem && this.strictQueryList.length === 0) { |
| | | const strictQueryDto = JSON.parse(this.recommendConsultantItem); |