Commit f5d01318 by YunaiV

crm:code review 销售漏斗

parent 50ab8646
...@@ -106,7 +106,7 @@ const loadData = async () => { ...@@ -106,7 +106,7 @@ const loadData = async () => {
areaStatisticsList.value = areaList.map((item: CrmStatisticCustomerAreaRespVO) => { areaStatisticsList.value = areaList.map((item: CrmStatisticCustomerAreaRespVO) => {
return { return {
...item, ...item,
areaName: item.areaName areaName: item.areaName // TODO @puhui999:这里最好注释下原因哈, 🤣 我从 mall copy 过来的;这块看着是适合 ercharts 的地名,要不抽个小的 js 方法,然后把涉及到的地方都替换掉。
// .replace('维吾尔自治区', '') // .replace('维吾尔自治区', '')
// .replace('壮族自治区', '') // .replace('壮族自治区', '')
// .replace('回族自治区', '') // .replace('回族自治区', '')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment