Explorar el Código

多接待结束前面接待

branch0222
douzhuo hace 1 año
padre
commit
715586e475
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  1. +3
    -0
      pages/center/consumer/consumerDetail.vue
  2. +3
    -0
      pages/center/consumer/index.vue

+ 3
- 0
pages/center/consumer/consumerDetail.vue Ver fichero

@@ -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 Ver fichero

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


Cargando…
Cancelar
Guardar