diff --git a/src/views/oa/crm/customerDetail/index.vue b/src/views/oa/crm/customerDetail/index.vue
index 0807a88..1a68079 100644
--- a/src/views/oa/crm/customerDetail/index.vue
+++ b/src/views/oa/crm/customerDetail/index.vue
@@ -46,6 +46,15 @@
{{ customerInfo?.taxNumber || '-' }}
{{ customerInfo?.bankAccountOpening || '-' }}
{{ customerInfo?.bankNumber || '-' }}
+
+
+ -
+
{{ customerInfo?.remark || '-' }}
@@ -113,6 +122,7 @@ import { getCustomerInfo } from '@/api/oa/crm/customerInfo';
import { CustomerInfoVO } from '@/api/oa/crm/customerInfo/types';
import { listCustomerContact } from '@/api/oa/crm/customerContact';
import { CustomerContactVO } from '@/api/oa/crm/customerContact/types';
+import FileUpload from '@/components/FileUpload/index.vue';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
const route = useRoute();
diff --git a/src/views/oa/crm/customerInfo/index.vue b/src/views/oa/crm/customerInfo/index.vue
index c6d04f7..6173545 100644
--- a/src/views/oa/crm/customerInfo/index.vue
+++ b/src/views/oa/crm/customerInfo/index.vue
@@ -298,7 +298,11 @@