From dbb2ad85e67c3405349a89ab5f13ffe7b81a6df0 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Sat, 9 Aug 2025 13:55:45 +0800 Subject: [PATCH] no message --- src/views/clue/customer/data.ts | 10 +++++++++- src/views/components/Profile.vue | 6 ++++-- src/views/invite/inviteInfo/data.ts | 10 +++++++++- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/views/clue/customer/data.ts b/src/views/clue/customer/data.ts index 0f32625..762abcd 100644 --- a/src/views/clue/customer/data.ts +++ b/src/views/clue/customer/data.ts @@ -352,7 +352,15 @@ export const modalFormSchema: FormSchema[] = [ required: true, component: 'Select', componentProps: { - options: followStageList, + options: [ + { label: '空号', value: -3, color: 'red' }, + { label: '资料信息无效', value: -2, color: 'green' }, + { label: '放弃线索(进入公海)', value: -1, color: 'red' }, + { label: '未接通,待跟进', value: 1, color: 'red' }, + { label: '已接通,未明确拒绝', value: 2, color: 'green' }, + { label: '已接通,明确拒绝', value: 3, color: 'gray' }, + { label: '已接通,沟通有效', value: 4, color: 'gray' }, + ], }, }, // { diff --git a/src/views/components/Profile.vue b/src/views/components/Profile.vue index fcdae73..4e4bf3a 100644 --- a/src/views/components/Profile.vue +++ b/src/views/components/Profile.vue @@ -1,6 +1,6 @@ diff --git a/src/views/invite/inviteInfo/data.ts b/src/views/invite/inviteInfo/data.ts index 09c899d..3935b53 100644 --- a/src/views/invite/inviteInfo/data.ts +++ b/src/views/invite/inviteInfo/data.ts @@ -352,7 +352,15 @@ export const modalFormSchema: FormSchema[] = [ required: true, component: 'Select', componentProps: { - options: followStageList, + options: [ + { label: '空号', value: -3, color: 'red' }, + { label: '资料信息无效', value: -2, color: 'green' }, + { label: '放弃线索(进入公海)', value: -1, color: 'red' }, + { label: '未接通,待跟进', value: 1, color: 'red' }, + { label: '已接通,未明确拒绝', value: 2, color: 'green' }, + { label: '已接通,明确拒绝', value: 3, color: 'gray' }, + { label: '已接通,沟通有效', value: 4, color: 'gray' }, + ], }, }, // {