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 @@
+
+
+
+
+
+
+
+
+
+