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