注册修改为绑定
This commit is contained in:
@@ -281,7 +281,7 @@ export class LocationModule {
|
||||
} else if (userRole === 'DRIVER') {
|
||||
return '/images/truck.png'; // 司机图标
|
||||
} else {
|
||||
return '👤'; // 普通员工图标(表情符号)
|
||||
return '/images/truck.png'; // 普通员工也使用货运图标
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user