Browse Source

多接待结束前面接待

branch0222
douzhuo 1 year ago
parent
commit
715586e475
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      pages/center/consumer/consumerDetail.vue
  2. +3
    -0
      pages/center/consumer/index.vue

+ 3
- 0
pages/center/consumer/consumerDetail.vue View File

@@ -41,6 +41,9 @@
<view class="content-sec-lab1" style="width: 44%">客户阶段:{{ customerInfo.stageName || "--" }}
</view>
</view>
<view class="content-sec-lab">
<view class="content-sec-lab1">客户意向率:{{ `${customerInfo.levelFraction||'0'}%` }}</view>
</view>
<view class="content-sec-lab">
<view class="content-sec-lab1">上次到访:{{ customerInfo.createTime || "--" }}</view>
</view>


+ 3
- 0
pages/center/consumer/index.vue View File

@@ -86,6 +86,9 @@
<view class="content-sec-lab1">所属顾问:{{ item.agentName || "--" }}</view>
<view class="content-sec-lab1" style="width: 44%">客户阶段:{{ item.stageName || "--" }}</view>
</view>
<view class="content-sec-lab">
<view class="content-sec-lab1">客户意向率:{{ `${item.levelFraction||'0'}%` }}</view>
</view>
<view class="content-sec-lab">
<view class="content-sec-lab1">上次到访:{{ item.createTime || "--" }}</view>
</view>


Loading…
Cancel
Save