注册修改为绑定

This commit is contained in:
2025-10-21 21:51:51 +08:00
parent 5ee4e077fb
commit be2323074b
28 changed files with 729 additions and 211 deletions

View File

@@ -281,7 +281,7 @@ export class LocationModule {
} else if (userRole === 'DRIVER') {
return '/images/truck.png'; // 司机图标
} else {
return '👤'; // 普通员工图标(表情符号)
return '/images/truck.png'; // 普通员工也使用货运图标
}
}
}