From 1fabebcfeb771d276fa1d68c9f8c3f3954fb53ee Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Fri, 27 Jun 2025 15:49:51 +0800 Subject: [PATCH] no message --- src/views/clue/clueList/index.vue | 48 ++++------------------- src/views/clue/cluePool/index.vue | 8 ++-- src/views/clue/customer/index.vue | 3 +- src/views/clue/followlist/index.vue | 42 +++----------------- src/views/clue/poolist/index.vue | 8 ++-- src/views/components/Timeline.vue | 59 +++++++++++++++++++++++++++++ src/views/invite/index/index.vue | 6 +-- src/views/invite/list/data.ts | 2 +- src/views/invite/list/index.vue | 32 +++++++--------- src/views/invite/myList/index.vue | 44 +++------------------ src/views/invite/seasList/index.vue | 44 +++------------------ src/views/staff/staff/data.ts | 8 ++-- 12 files changed, 115 insertions(+), 189 deletions(-) create mode 100644 src/views/components/Timeline.vue diff --git a/src/views/clue/clueList/index.vue b/src/views/clue/clueList/index.vue index f69b6f0..0517cd8 100644 --- a/src/views/clue/clueList/index.vue +++ b/src/views/clue/clueList/index.vue @@ -8,17 +8,17 @@ - + - - - + + + {{record.nickName}} @@ -35,40 +35,7 @@ - - - - - - - 2025年6月26日 14:38:26 - - - - - - - - - - 2025年6月26日 14:38:26 - 果然非-飞鹅,趣招亲-电话线索 - - - - - - - - 2025年6月26日 14:38:26 - 果然非-飞鹅,趣招亲-电话线索 - - - - - - 暂无数据 - + import moment from 'moment/moment' import { computed, ref, reactive } from 'vue' - import { Card, Image, InputNumber, Timeline, TimelineItem, Result } from 'ant-design-vue' + import { Avatar, Card, Image, InputNumber, Result } from 'ant-design-vue' import { useRouter } from 'vue-router' import { tableColumns, tableFormSchema } from './data' import { BasicTable, useTable, TableAction } from '/@/components/Table' import { getClueList } from '/@/api/clue' + import Timeline from '../../components/Timeline.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 63e83a7..452be0a 100644 --- a/src/views/clue/cluePool/index.vue +++ b/src/views/clue/cluePool/index.vue @@ -32,9 +32,9 @@ - - - + + + {{record.nickName}} @@ -92,7 +92,7 @@ + \ No newline at end of file diff --git a/src/views/invite/index/index.vue b/src/views/invite/index/index.vue index 5dcdc7a..bfb6ff8 100644 --- a/src/views/invite/index/index.vue +++ b/src/views/invite/index/index.vue @@ -9,10 +9,10 @@ - - + + diff --git a/src/views/invite/list/data.ts b/src/views/invite/list/data.ts index b566f36..2c0e542 100644 --- a/src/views/invite/list/data.ts +++ b/src/views/invite/list/data.ts @@ -11,7 +11,7 @@ export const tableColumns: BasicColumn[] = [ // return channelList.find((find) => find.value === text)?.label // }, // }, - { title: '录入信息', dataIndex: 'recordInfo', slots: { customRender: 'recordInfo' } }, + { title: '录入信息', dataIndex: 'allocateInfo', slots: { customRender: 'allocateInfo' } }, // { width: 80, title: '状态', dataIndex: 'allocationStatus', // customRender: ({ text }) => { // return clueStatusList.find((find) => find.value === text)?.label diff --git a/src/views/invite/list/index.vue b/src/views/invite/list/index.vue index b815208..4b05ebf 100644 --- a/src/views/invite/list/index.vue +++ b/src/views/invite/list/index.vue @@ -8,8 +8,8 @@ - - + - - - + + + {{record.nickName}} @@ -47,15 +47,10 @@ + + + - 详情 | @@ -87,15 +82,16 @@