We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ab864 commit f5d0131Copy full SHA for f5d0131
src/views/crm/statistics/portrait/components/PortraitCustomerArea.vue
@@ -106,7 +106,7 @@ const loadData = async () => {
106
areaStatisticsList.value = areaList.map((item: CrmStatisticCustomerAreaRespVO) => {
107
return {
108
...item,
109
- areaName: item.areaName
+ areaName: item.areaName // TODO @puhui999:这里最好注释下原因哈, 🤣 我从 mall copy 过来的;这块看着是适合 ercharts 的地名,要不抽个小的 js 方法,然后把涉及到的地方都替换掉。
110
// .replace('维吾尔自治区', '')
111
// .replace('壮族自治区', '')
112
// .replace('回族自治区', '')
0 commit comments