diff --git a/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart b/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart index 703b426e..cd0541e7 100644 --- a/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart +++ b/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart @@ -3387,7 +3387,7 @@ class _ProfilePageState extends ConsumerState { ); } - /// 构建我的团队树 + /// 构建我的同僚树 Widget _buildMyTeamTree() { // 创建或更新根节点(缓存以保持展开状态) // 只有在数据变化时才创建新的根节点 @@ -3410,7 +3410,7 @@ class _ProfilePageState extends ConsumerState { const Padding( padding: EdgeInsets.only(top: 8), child: Text( - '我的团队', + '我的同僚', style: TextStyle( fontSize: 16, fontFamily: 'Inter', @@ -3437,7 +3437,7 @@ class _ProfilePageState extends ConsumerState { child: Padding( padding: EdgeInsets.all(20), child: Text( - '暂无团队成员', + '暂无同僚', style: TextStyle( fontSize: 14, fontFamily: 'Inter',