feat:【antd】【crm】优化合同的整体代码风格
parent
a4aa2b7711
commit
985dca4990
|
|
@ -0,0 +1,5 @@
|
|||
import { defineAsyncComponent } from 'vue';
|
||||
|
||||
export const ContractDetailsList = defineAsyncComponent(
|
||||
() => import('./detail-list.vue'),
|
||||
);
|
||||
Loading…
Reference in New Issue