feat:【antd】【crm】商机的整体代码结构优化

This commit is contained in:
YunaiV
2025-09-28 22:46:00 +08:00
parent 1a3441b662
commit 9c564ea3af
12 changed files with 125 additions and 117 deletions

View File

@@ -0,0 +1,5 @@
import { defineAsyncComponent } from 'vue';
export const BusinessDetailsList = defineAsyncComponent(
() => import('./detail-list.vue'),
);