保誠-保戶業務員媒合平台
Tomas
2022-04-27 bfa47846f34ea7248a06c44de5725f4645c87269
PAMapp/components/Consultant/ConsultantCard.vue
@@ -1,6 +1,6 @@
<template>
    <div>
        <el-row type="flex" class="rowStyle" :class="{'new': !agentInfo.customerViewTime }">
        <el-row type="flex" class="rowStyle" :class="{'new': !agentInfo.customerViewTime && $route.name !== 'myConsultantList-contactedList' }">
            <el-col class="flex_column pl-5" :xs="5" :sm="3">
                <UiAvatar
                    :size="50"
@@ -12,7 +12,7 @@
                      class="icon-star pam-icon icon--yellow satisfaction"
                       style="margin-top: 0"></i>
                    <template v-if="isAppointment">
                      <template v-if="agentInfo.appointmentStatus === 'close'
                      <template v-if="agentInfo.appointmentStatus === 'closed'
                                    || agentInfo.appointmentStatus === 'done'">
                        <span v-if="agentInfo.appointmentScore">
                            {{ agentInfo.appointmentScore }}
@@ -32,7 +32,6 @@
            </el-col>
            <el-col :xs="10" :sm="15">
                <div class="smTxt_bold name">{{agentInfo.name}}</div>
                {{agentInfo.appointmentStatus}}
                <div class="professionals">
                    <span
                        class="professionalsTxt"