From 2bfc9c3b13e40cfb8e83c06d012bd94165367648 Mon Sep 17 00:00:00 2001 From: owen Date: Mon, 16 Oct 2023 13:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=EF=BC=9A=E5=A4=84=E7=90=86?= =?UTF-8?q?=E4=BC=9A=E5=91=98=E6=80=A7=E5=88=AB=E7=BB=9F=E8=AE=A1=EF=BC=8C?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E6=9C=AA=E7=9F=A5=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mall/statistics/member/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/mall/statistics/member/index.vue b/src/views/mall/statistics/member/index.vue index 2d4348e9..67b28460 100644 --- a/src/views/mall/statistics/member/index.vue +++ b/src/views/mall/statistics/member/index.vue @@ -267,6 +267,7 @@ const getMemberAreaStatisticsList = async () => { const getMemberSexStatisticsList = async () => { const list = await MemberStatisticsApi.getMemberSexStatisticsList() const dictDataList = getIntDictOptions(DICT_TYPE.SYSTEM_USER_SEX) + dictDataList.push({ label: '未知', value: null } as any) sexChartOptions.series![0].data = dictDataList.map((dictData: DictDataType) => { const userCount = list.find((item: MemberSexStatisticsRespVO) => item.sex === dictData.value) ?.userCount