From 7a5952cf667a8bc84a1649898957cc86f9089d50 Mon Sep 17 00:00:00 2001 From: bestlee Date: Mon, 21 Sep 2026 16:20:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E9=83=A8=E9=97=A8=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E7=BB=84=E7=BB=87=E5=90=8D=E7=A7=B0=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/changeStatistics/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/changeStatistics/index.vue b/src/views/changeStatistics/index.vue index be46545..ff0c39f 100644 --- a/src/views/changeStatistics/index.vue +++ b/src/views/changeStatistics/index.vue @@ -4,6 +4,7 @@ import { ref, computed, onMounted } from 'vue'; import { Icon } from '@iconify/vue' import { useThemeStore } from '@/store/modules/theme'; import { formatTimestamp, getTimeRangeStamp } from "@/utils/common"; +import { localStg } from '@/utils/storage'; import RingChart from './modules/ringChart.vue'; import PieChart from './modules/pieChart.vue'; import PieChart2 from './modules/pieChart2.vue'; @@ -13,6 +14,8 @@ import { departmentStatisticsApi } from "@/service/api/statistics"; const themeStore = useThemeStore(); const loading = ref(false); +// 组织 +const org = ref(localStg.get('userInfo')?.department?.label || ''); // 变更临期天数 const remindDays = ref(0); // 本部门变更统计 @@ -123,7 +126,7 @@ onMounted(() => { 本部门变更统计 - 一车间 · 本部门口径 + {{org?org+' · ':''}}本部门口径
时间段