diff --git a/src/views/components/Timeline.vue b/src/views/components/Timeline.vue index 1b3c75a..6446ffa 100644 --- a/src/views/components/Timeline.vue +++ b/src/views/components/Timeline.vue @@ -8,7 +8,10 @@ {{list[0].createTime}} {{list[0].operatorName}} -{{followStageList.find((find) => find.value === list[0].datingClueFollowStage)?.label}} - {{list[0].remark}} + + + {{list[0].remark}} + @@ -20,7 +23,10 @@ {{list[1].createTime}} {{list[1].operatorName}} -{{followStageList.find((find) => find.value === list[1].datingClueFollowStage)?.label}} - {{list[1].remark}} + + + {{list[1].remark}} + @@ -31,7 +37,10 @@ {{list[2].createTime}} {{list[2].operatorName}} -{{followStageList.find((find) => find.value === list[2].datingClueFollowStage)?.label}} - {{list[2].remark}} + + + {{list[2].remark}} + @@ -42,8 +51,10 @@ + \ No newline at end of file