feat:【antd】【crm】优化合同的整体代码风格

This commit is contained in:
YunaiV
2025-09-29 09:16:44 +08:00
parent a4aa2b7711
commit 985dca4990

View File

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