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 2bfc9c3 commit edfd039Copy full SHA for edfd039
src/views/mall/statistics/member/index.vue
@@ -282,6 +282,7 @@ const getMemberSexStatisticsList = async () => {
282
const getMemberTerminalStatisticsList = async () => {
283
const list = await MemberStatisticsApi.getMemberTerminalStatisticsList()
284
const dictDataList = getIntDictOptions(DICT_TYPE.TERMINAL)
285
+ dictDataList.push({ label: '未知', value: null } as any)
286
terminalChartOptions.series![0].data = dictDataList.map((dictData: DictDataType) => {
287
const userCount = list.find(
288
(item: MemberTerminalStatisticsRespVO) => item.terminal === dictData.value
0 commit comments