保存进度!
This commit is contained in:
@@ -8,12 +8,22 @@
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
-->
|
||||
<template>
|
||||
<div class="caller-archievment-wrapper" >
|
||||
<div class="caller-archievment-wrapper">
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
<td>坐席名称</td><td>{{ ui.callerName }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>车险保费</td><td>{{ ui.thisMonthPremium }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>车非渗透率</td><td>{{ ui.attachingRate }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>续保率</td><td>{{ ui.renewalRate }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
<script lang="ts">
|
||||
interface CallerArchievementComponentUI
|
||||
@@ -25,7 +35,7 @@ interface CallerArchievementComponentUI
|
||||
}
|
||||
|
||||
export default {
|
||||
name: "CallerArchievmentComponent",
|
||||
name: "CallerArchievementComponent",
|
||||
props:{
|
||||
thisMonthPremium: {
|
||||
type: Number,
|
||||
|
Reference in New Issue
Block a user