diff --git a/src/enums/customerEnum.ts b/src/enums/customerEnum.ts index baf8a27..4d9ee2c 100644 --- a/src/enums/customerEnum.ts +++ b/src/enums/customerEnum.ts @@ -67,4 +67,14 @@ export const followStageList = [ { label: '未到店', value: 5, color: 'gray' }, { label: '已到店,未成单', value: 6, color: 'gray' }, { label: '已成单', value: 7, color: 'gray' }, +] + +export const incomeList = [ + { label: '3000以下', value: 0 }, + { label: '3001~5000', value: 1 }, + { label: '5001~8000', value: 2 }, + { label: '8001~12000', value: 3 }, + { label: '12001~20000', value: 4 }, + { label: '20001~50000', value: 5 }, + { label: '50000以上', value: 5 }, ] \ No newline at end of file diff --git a/src/views/clue/clueList/index.vue b/src/views/clue/clueList/index.vue index 0517cd8..d817e78 100644 --- a/src/views/clue/clueList/index.vue +++ b/src/views/clue/clueList/index.vue @@ -68,6 +68,7 @@ import { BasicTable, useTable, TableAction } from '/@/components/Table' import { getClueList } from '/@/api/clue' import Timeline from '../../components/Timeline.vue' + import Profile from '../../components/Profile.vue' import { educationList, maritalList, genderList, followStageList } from '/@/enums/customerEnum' const [registerTable, { reload, setPagination }] = useTable({ diff --git a/src/views/clue/cluePool/index.vue b/src/views/clue/cluePool/index.vue index 452be0a..ff6fd7d 100644 --- a/src/views/clue/cluePool/index.vue +++ b/src/views/clue/cluePool/index.vue @@ -32,21 +32,7 @@ --> -->