diff --git a/src/api/crm/customer/index.ts b/src/api/crm/customer/index.ts
index 16ccb355..b9d67a75 100644
--- a/src/api/crm/customer/index.ts
+++ b/src/api/crm/customer/index.ts
@@ -8,14 +8,16 @@ export interface CustomerVO {
mobile: string
telephone: string
website: string
+ qq: string
+ wechat: string
+ email: string
+ description: string
remark: string
ownerUserId: number
roUserIds: string
rwUserIds: string
areaId: number
detailAddress: string
- longitude: string
- latitude: string
contactLastTime: Date
contactNextTime: Date
}
diff --git a/src/views/crm/customer/CustomerForm.vue b/src/views/crm/customer/CustomerForm.vue
index 52ff923a..5825cf4b 100644
--- a/src/views/crm/customer/CustomerForm.vue
+++ b/src/views/crm/customer/CustomerForm.vue
@@ -10,28 +10,6 @@
-
-
-
- {{ dict.label }}
-
-
-
-
-
-
- {{ dict.label }}
-
-
-
@@ -41,38 +19,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{
mobile: undefined,
telephone: undefined,
website: undefined,
+ qq: undefined,
+ wechat: undefined,
+ email: undefined,
+ description: undefined,
remark: undefined,
- ownerUserId: undefined,
- roUserIds: undefined,
- rwUserIds: undefined,
areaId: undefined,
detailAddress: undefined,
- longitude: undefined,
- latitude: undefined,
- contactLastTime: undefined,
contactNextTime: undefined
}
formRef.value?.resetFields()
diff --git a/src/views/crm/customer/index.vue b/src/views/crm/customer/index.vue
index 15a0d144..0fb6b695 100644
--- a/src/views/crm/customer/index.vue
+++ b/src/views/crm/customer/index.vue
@@ -26,24 +26,6 @@
class="!w-240px"
/>
-
-
-
-
-
-
搜索
重置
@@ -86,12 +68,14 @@
+
+
+
+
-
-