📖 CRM:【客户】微调客户列表界面

This commit is contained in:
YunaiV
2024-01-03 19:38:55 +08:00
parent 7448f6e08c
commit 4fbb3b88e6
5 changed files with 36 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ defineOptions({ name: 'CrmBusinessList' })
const props = defineProps<{
bizType: number // 业务类型
bizId: number // 业务编号
customerId: number // 关联联系人与商机时,需要传入 customerId 进行筛选
customerId?: number // 关联联系人与商机时,需要传入 customerId 进行筛选
}>()
const loading = ref(true) // 列表的加载中