From 7ef6ad19ff9d8834b9235d1c83d6332516a13dbb Mon Sep 17 00:00:00 2001 From: wersd <1523826083@qq.com> Date: Fri, 20 Jun 2025 22:48:42 +0800 Subject: [PATCH] debug --- src/api/crm/followup/index.ts | 4 ++++ src/api/crm/stationsite/index.ts | 1 + src/views/crm/followup/stationIndex.vue | 30 +++++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 src/views/crm/followup/stationIndex.vue diff --git a/src/api/crm/followup/index.ts b/src/api/crm/followup/index.ts index d775d3641..fedfaae91 100644 --- a/src/api/crm/followup/index.ts +++ b/src/api/crm/followup/index.ts @@ -9,6 +9,10 @@ export interface FollowUpRecordVO { id: number // 客户编号 name: string // 客户名称 } + stationSite:{ + id: number // 场地编号 + name: string // 场地名称 + } type: number // 跟进类型 content: string // 跟进内容 picUrls: string[] // 图片 diff --git a/src/api/crm/stationsite/index.ts b/src/api/crm/stationsite/index.ts index d8dbc0bfe..69fc512d8 100644 --- a/src/api/crm/stationsite/index.ts +++ b/src/api/crm/stationsite/index.ts @@ -27,6 +27,7 @@ export interface StationSiteVO { fileUrls?: string // 附件 parkingSpaces: number // 车位数 rentPrice: number // 租金价格 + lastFollowTime?: number // 未跟进天数 creator: string // 填报人 params: string // 参数 } diff --git a/src/views/crm/followup/stationIndex.vue b/src/views/crm/followup/stationIndex.vue new file mode 100644 index 000000000..52b261828 --- /dev/null +++ b/src/views/crm/followup/stationIndex.vue @@ -0,0 +1,30 @@ + + + + + +