Browse Source

no message

master
xpz2018 9 months ago
parent
commit
24a088151f
1 changed files with 2 additions and 1 deletions
  1. 3
      src/views/clue/customer/index.vue

3
src/views/clue/customer/index.vue

@ -177,7 +177,7 @@
</TabPane>
<TabPane key="2" tab="跟进记录" style="flex:1;padding: 16px 16px 0px 16px;">
<Spin :spinning="spinning">
<Timeline>
<Timeline v-if="reportList.length">
<TimelineItem :color="followStageList.find((find) => find.value === item.datingClueFollowStage)?.color" v-for="(item, index) in reportList" :key="index">
<div class="flex-row-center-space">
<div class="flex-row-center-start">
@ -195,6 +195,7 @@
</div>
</TimelineItem>
</Timeline>
<Result subTitle="暂无数据" v-else></Result>
</Spin>
</TabPane>
</Tabs>

Loading…
Cancel
Save