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