|
@@ -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('回族自治区', '')
|