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

@@ -21,8 +21,6 @@ import { $t } from '#/locales';
import { useGridColumns } from './data';
import Form from './permission-form.vue';
defineOptions({ name: 'CrmPermissionList' });
const props = defineProps<{
bizId: number; // 模块数据编号
bizType: number; // 模块类型

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');