| | |
| | | </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> |
| | |
| | | @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> |
| | |
| | | </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> |