feat:【antd】【crm】客户公海配置优化

This commit is contained in:
YunaiV
2025-09-27 20:40:34 +08:00
parent 45fb4dc3fe
commit 9dd6e0f687
3 changed files with 92 additions and 99 deletions

View File

@@ -1,9 +1,5 @@
import { defineAsyncComponent } from 'vue';
export const CustomerDetailsInfo = defineAsyncComponent(
() => import('./detail/modules/info.vue'),
);
export const DistributeForm = defineAsyncComponent(
() => import('./poolConfig/distribute-form.vue'),
);