feat:【antd】【crm】基本完成代码风格优化和统一

This commit is contained in:
YunaiV
2025-09-25 09:38:51 +08:00
parent b26f9b1380
commit 484cd432fe
3 changed files with 11 additions and 13 deletions

View File

@@ -1,5 +1,7 @@
import { defineAsyncComponent } from 'vue';
// TODO @xingyu我直接引入貌似没问题呀。
// TODO @xingyuapps/web-antd/src/views/crm/followup/index.ts 走的异步组件,不过名字是 FollowUp 没 Async。可能要一起讨论怎么保持相对的一致性
export const AsyncOperateLog = defineAsyncComponent(
() => import('./operate-log.vue'),
);