This commit is contained in:
2025-12-19 11:46:37 +08:00
parent 3806ad6c26
commit cd634e6a3e
3 changed files with 18 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<template #stats v-if="singleUserMode">
<div class="flex items-center gap-2 text-sm text-gray-600">
<User class="w-4 h-4" />
<span>当前用户{{ currentUser?.enterprise_info?.company_name || currentUser?.phone }}</span>
<span>当前用户{{ currentUser?.company_name || currentUser?.phone }}</span>
<span class="text-gray-400">(仅显示当前用户)</span>
</div>
</template>