保誠-保戶業務員媒合平台
HelenHuang
2022-02-16 8432a093809a4db09fd8b0ff5e059b34c05b6127
Update:增加 [我的顧問清單]中 已聯絡預約單顯示 發送滿意度 邏輯
修改1個檔案
7 ■■■■■ 已變更過的檔案
PAMapp/components/Consultant/ConsultantCard.vue 7 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Consultant/ConsultantCard.vue
@@ -21,7 +21,8 @@
                    </template>
                    <template v-else>
                      <span v-if="agentInfo.avgScore">{{ agentInfo.avgScore }}</span>
                      <span v-else>尚無<br />滿意度</span>
                      <span class="unfilled text--center "
                          style="display:flex" v-else>尚無<br />滿意度</span>
                    </template>
                </div>
@@ -41,7 +42,7 @@
                    @click="isRemoveAgentPopup = true"
                >移除</div>
                <div
                    v-if="notScoreAppointmentYet"
                    v-if="notScoreAppointmentYet && (agentInfo.contactStatus !== 'picked' || agentInfo.contactStatus !== 'reserved')"
                    class="text--primary text--underline cursor--pointer xsTxt text--bold"
                    @click="reviewsBtn = true">給予滿意度評分</div>
            </el-col>
@@ -87,7 +88,7 @@
                    </div>
                </div>
                <div v-if="notScoreAppointmentYet" class="reserved-btn">
                <div v-if="notScoreAppointmentYet " class="reserved-btn">
                    <el-button type="primary"
                        @click.native="reviewsBtn = true">給予滿意度評分</el-button>
                </div>