feat:【antd】【crm】contact 列表的优化

This commit is contained in:
YunaiV
2025-09-25 23:39:44 +08:00
parent 655940bc4f
commit 3c0723d82f
4 changed files with 62 additions and 49 deletions

View File

@@ -8,10 +8,6 @@ export const ContactForm = defineAsyncComponent(
() => import('./modules/form.vue'),
);
export const ContactDetails = defineAsyncComponent(
() => import('./detail/index.vue'),
);
export const ContactDetailsList = defineAsyncComponent(
() => import('./detail/modules/detail-list.vue'),
);