Skip to content

Commit f5d0131

Browse files
committed
crm:code review 销售漏斗
1 parent 50ab864 commit f5d0131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/crm/statistics/portrait/components/PortraitCustomerArea.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const loadData = async () => {
106106
areaStatisticsList.value = areaList.map((item: CrmStatisticCustomerAreaRespVO) => {
107107
return {
108108
...item,
109-
areaName: item.areaName
109+
areaName: item.areaName // TODO @puhui999:这里最好注释下原因哈, 🤣 我从 mall copy 过来的;这块看着是适合 ercharts 的地名,要不抽个小的 js 方法,然后把涉及到的地方都替换掉。
110110
// .replace('维吾尔自治区', '')
111111
// .replace('壮族自治区', '')
112112
// .replace('回族自治区', '')

0 commit comments

Comments
 (0)