diff --git a/src/views/crm/statistics/rank/ContactsCountRank.vue b/src/views/crm/statistics/rank/components/ContactCountRank.vue similarity index 98% rename from src/views/crm/statistics/rank/ContactsCountRank.vue rename to src/views/crm/statistics/rank/components/ContactCountRank.vue index 199d94bd..5edc118b 100644 --- a/src/views/crm/statistics/rank/ContactsCountRank.vue +++ b/src/views/crm/statistics/rank/components/ContactCountRank.vue @@ -22,7 +22,7 @@ import { StatisticsRankApi, StatisticsRankRespVO } from '@/api/crm/statistics/ra import { EChartsOption } from 'echarts' import { clone } from 'lodash-es' -defineOptions({ name: 'ContactsCountRank' }) +defineOptions({ name: 'ContactCountRank' }) const props = defineProps<{ queryParams: any }>() // 搜索参数 const loading = ref(false) // 加载中 diff --git a/src/views/crm/statistics/rank/ContractCountRank.vue b/src/views/crm/statistics/rank/components/ContractCountRank.vue similarity index 100% rename from src/views/crm/statistics/rank/ContractCountRank.vue rename to src/views/crm/statistics/rank/components/ContractCountRank.vue diff --git a/src/views/crm/statistics/rank/ContractPriceRank.vue b/src/views/crm/statistics/rank/components/ContractPriceRank.vue similarity index 91% rename from src/views/crm/statistics/rank/ContractPriceRank.vue rename to src/views/crm/statistics/rank/components/ContractPriceRank.vue index 79794c4e..b69ebd20 100644 --- a/src/views/crm/statistics/rank/ContractPriceRank.vue +++ b/src/views/crm/statistics/rank/components/ContractPriceRank.vue @@ -13,7 +13,13 @@ - + @@ -21,6 +27,7 @@ import { StatisticsRankApi, StatisticsRankRespVO } from '@/api/crm/statistics/rank' import { EChartsOption } from 'echarts' import { clone } from 'lodash-es' +import { erpPriceTableColumnFormatter } from '@/utils' defineOptions({ name: 'ContractPriceRank' }) const props = defineProps<{ queryParams: any }>() // 搜索参数 diff --git a/src/views/crm/statistics/rank/CustomerCountRank.vue b/src/views/crm/statistics/rank/components/CustomerCountRank.vue similarity index 100% rename from src/views/crm/statistics/rank/CustomerCountRank.vue rename to src/views/crm/statistics/rank/components/CustomerCountRank.vue diff --git a/src/views/crm/statistics/rank/FollowCountRank.vue b/src/views/crm/statistics/rank/components/FollowCountRank.vue similarity index 100% rename from src/views/crm/statistics/rank/FollowCountRank.vue rename to src/views/crm/statistics/rank/components/FollowCountRank.vue diff --git a/src/views/crm/statistics/rank/FollowCustomerCountRank.vue b/src/views/crm/statistics/rank/components/FollowCustomerCountRank.vue similarity index 100% rename from src/views/crm/statistics/rank/FollowCustomerCountRank.vue rename to src/views/crm/statistics/rank/components/FollowCustomerCountRank.vue diff --git a/src/views/crm/statistics/rank/ProductSalesRank.vue b/src/views/crm/statistics/rank/components/ProductSalesRank.vue similarity index 100% rename from src/views/crm/statistics/rank/ProductSalesRank.vue rename to src/views/crm/statistics/rank/components/ProductSalesRank.vue diff --git a/src/views/crm/statistics/rank/ReceivablePriceRank.vue b/src/views/crm/statistics/rank/components/ReceivablePriceRank.vue similarity index 91% rename from src/views/crm/statistics/rank/ReceivablePriceRank.vue rename to src/views/crm/statistics/rank/components/ReceivablePriceRank.vue index a2f38422..06d7d9f3 100644 --- a/src/views/crm/statistics/rank/ReceivablePriceRank.vue +++ b/src/views/crm/statistics/rank/components/ReceivablePriceRank.vue @@ -13,7 +13,13 @@ - + @@ -21,6 +27,7 @@ import { StatisticsRankApi, StatisticsRankRespVO } from '@/api/crm/statistics/rank' import { EChartsOption } from 'echarts' import { clone } from 'lodash-es' +import { erpPriceTableColumnFormatter } from '@/utils' defineOptions({ name: 'ReceivablePriceRank' }) const props = defineProps<{ queryParams: any }>() // 搜索参数 diff --git a/src/views/crm/statistics/rank/index.vue b/src/views/crm/statistics/rank/index.vue index 50f2f43f..98340cc5 100644 --- a/src/views/crm/statistics/rank/index.vue +++ b/src/views/crm/statistics/rank/index.vue @@ -29,6 +29,7 @@ check-strictly node-key="id" placeholder="请选择归属部门" + class="!w-240px" /> @@ -62,8 +63,8 @@ - - + + @@ -77,14 +78,14 @@