成员管理 信号楼调整

This commit is contained in:
fan 2023-01-11 11:00:02 +08:00
parent de3d60a21e
commit b1fadb3671

View File

@ -201,7 +201,7 @@ export default {
electricDispatcherList.push(this.memberData[item.id]);
break;
case 'DEPOT_DISPATCHER':
this.memberData[item.id].labelName = '车辆段信号楼' + (item.name || '');
this.memberData[item.id].labelName = '信号楼-' + device.name + (item.name || '');
depotDispatcherList.push(this.memberData[item.id]);
break;
case 'STATION_SUPERVISOR':