PAMapp/components/QuickFilter/QuickFilterConsultantList.vue
@@ -20,7 +20,7 @@ <el-avatar :size="200" class="mx-auto cursor--pointer" @click="$router.push('/agentInfo')" @click.native="showAgentDetail(item.agentNo)" :src="item.img" /> <div class="mdTxt mt-30 mb-30 text--center">{{item.name}}(伯樂保險經紀人)</div> @@ -112,6 +112,9 @@ this.popUpTxt = txt; this.isVisiblePopUp = true; } showAgentDetail(agentNo: string): void { this.$router.push(`/agentInfo/${agentNo}`); } }