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

This commit is contained in:
puhui999
2024-04-13 11:04:56 +08:00
parent 64af029c86
commit 2d7bab8adb
5 changed files with 17 additions and 17 deletions

View File

@ -25,7 +25,7 @@ import {
StatisticsPortraitApi
} from '@/api/crm/statistics/portrait'
defineOptions({ name: 'CustomerArea' })
defineOptions({ name: 'PortraitCustomerArea' })
const props = defineProps<{ queryParams: any }>() //
//

View File

@ -42,7 +42,7 @@ import { DICT_TYPE, getDictLabel } from '@/utils/dict'
import { erpCalculatePercentage, getSumValue } from '@/utils'
import { isEmpty } from '@/utils/is'
defineOptions({ name: 'CustomerIndustry' })
defineOptions({ name: 'PortraitCustomerIndustry' })
const props = defineProps<{ queryParams: any }>() //
const loading = ref(false) //

View File

@ -42,7 +42,7 @@ import { DICT_TYPE, getDictLabel } from '@/utils/dict'
import { erpCalculatePercentage, getSumValue } from '@/utils'
import { isEmpty } from '@/utils/is'
defineOptions({ name: 'CustomerSource' })
defineOptions({ name: 'PortraitCustomerLevel' })
const props = defineProps<{ queryParams: any }>() //
const loading = ref(false) //

View File

@ -42,7 +42,7 @@ import { DICT_TYPE, getDictLabel } from '@/utils/dict'
import { isEmpty } from '@/utils/is'
import { erpCalculatePercentage, getSumValue } from '@/utils'
defineOptions({ name: 'CustomerSource' })
defineOptions({ name: 'PortraitCustomerSource' })
const props = defineProps<{ queryParams: any }>() //
const loading = ref(false) //