From f4f6b9e25b07021a19ba570c6c91e40452d6ee08 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Tue, 26 Aug 2025 16:12:23 +0800 Subject: [PATCH] no message --- src/views/invite/index/index.vue | 14 +++++++++----- src/views/invite/list/data.ts | 6 ++++++ src/views/invite/list/index.vue | 32 ++++++++++++++++++++++++-------- 3 files changed, 39 insertions(+), 13 deletions(-) diff --git a/src/views/invite/index/index.vue b/src/views/invite/index/index.vue index 720dfca..677a6cc 100644 --- a/src/views/invite/index/index.vue +++ b/src/views/invite/index/index.vue @@ -59,10 +59,13 @@ const verifier = ref('') const clueStatusList = [ - { label: '待分配', value: 1 }, - { label: '跟进中', value: 2 }, - { label: '公海线索', value: 3 }, { label: '全部', value: '' }, + { label: '空号', value: -3 }, + { label: '资料信息无效', value: -2 }, + { label: '公海线索', value: -1 }, + { label: '公海线索', value: -1 }, + { label: '公海线索', value: -1 }, + ] const ageModel = reactive({ @@ -109,9 +112,10 @@ arg.finalFollowTimeTo = moment(followTime[1]).format('YYYY-MM-DD 23:59:59') delete arg.followTime } + arg.minimumAge = ageModel.minAge arg.maximumAge = ageModel.maxAge - arg.allocationStatus = radioVal.value + // arg.followStatus = radioVal.value }, actionColumn: { width: 160, @@ -194,4 +198,4 @@ white-space: nowrap; /* 文本不换行 */ text-overflow: ellipsis; /* 超出部分显示省略号 */ } - + \ No newline at end of file diff --git a/src/views/invite/list/data.ts b/src/views/invite/list/data.ts index 2c0e542..5d8643a 100644 --- a/src/views/invite/list/data.ts +++ b/src/views/invite/list/data.ts @@ -97,6 +97,12 @@ export const tableFormSchema: FormSchema[] = [ api: getEducationList, }, }, + { + field: 'allocateTime', + label: '分配日期', + component: 'RangePicker', + colProps: { span: 6 }, + }, { field: 'createTime', label: '创建时间', diff --git a/src/views/invite/list/index.vue b/src/views/invite/list/index.vue index 58d7bd0..c3915f5 100644 --- a/src/views/invite/list/index.vue +++ b/src/views/invite/list/index.vue @@ -9,10 +9,10 @@