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

@@ -18,8 +18,6 @@ import { $t } from '#/locales';
import { useTransferFormSchema } from './data';
defineOptions({ name: 'CrmTransferForm' });
const emit = defineEmits(['success']);
const bizType = defineModel<number>('bizType');