diff --git a/src/views/crm/config/customerLimitConfig/customerLimitConfig.ts b/src/views/crm/config/customerLimitConfig/customerLimitConfig.ts
new file mode 100644
index 00000000..7584849a
--- /dev/null
+++ b/src/views/crm/config/customerLimitConfig/customerLimitConfig.ts
@@ -0,0 +1,4 @@
+// TODO 可以挪到它对应的 api.ts 文件里哈
+/**
+ * 客户限制配置类型
+ */
diff --git a/src/views/crm/customer/detail/CustomerDetailsTop.vue b/src/views/crm/customer/detail/CustomerDetailsTop.vue
new file mode 100644
index 00000000..509d0a27
--- /dev/null
+++ b/src/views/crm/customer/detail/CustomerDetailsTop.vue
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+ 更改成交状态
+
+
+
+
+
+ 创建任务
+
+
+
+ 发送邮件
+
+
+
+ 创建联系人
+
+
+
+ 创建商机
+
+
+
+ 创建合同
+
+
+
+ 创建回款
+
+
+
+ 添加团队成员
+
+
+
+
+
+
+
+
+
+ {{ customer.dealStatus ? '已成交' : '未成交' }}
+
+
+ {{ customer.ownerUserName }}
+
+
+
+
+
+ {{ customer.mobile }}
+
+
+
+
+
+
+
+