feat: crm detail

This commit is contained in:
xingyu4j
2025-06-05 20:34:06 +08:00
parent b705a81eb0
commit 91a9c508a0
14 changed files with 500 additions and 28 deletions

View File

@@ -8,8 +8,6 @@ import { useFollowUpDetailSchema } from '#/views/crm/followup/data';
import { useDetailBaseSchema } from '../data';
defineOptions({ name: 'CrmClueDetailsInfo' });
defineProps<{
clue: CrmClueApi.Clue; // 线索信息
}>();