diff --git a/src/views/clue/customer/index.vue b/src/views/clue/customer/index.vue index 5995ab7..a2b5531 100644 --- a/src/views/clue/customer/index.vue +++ b/src/views/clue/customer/index.vue @@ -14,10 +14,7 @@ (ID:{{details.id}} | 渠道来源:{{channelList.find((find) => find.value === details.channelType)?.label}}) - 待分配 - #有效线索 - #无效线索 - #待跟进 + #{{followStageList.find((find) => find.value === details.followStatus)?.label}}
diff --git a/src/views/invite/list/index.vue b/src/views/invite/list/index.vue index ae7f0a7..7fc37ac 100644 --- a/src/views/invite/list/index.vue +++ b/src/views/invite/list/index.vue @@ -37,9 +37,8 @@