CRM: 完善用户画像数据统计

This commit is contained in:
puhui999
2024-04-11 15:25:48 +08:00
parent f6e4753b34
commit 64af029c86
8 changed files with 34 additions and 36 deletions

View File

@ -33,7 +33,6 @@ import { getBoolDictOptions, getIntDictOptions, getStrDictOptions } from '@/util
// 接受父组件参数
interface Props {
modelValue?: any // 值
dictType: string // 字典类型
valueType: string // 字典值类型
}