车辆接口更新
This commit is contained in:
@ -494,7 +494,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
click: _record => this.nextOrder(_record)
|
||||
},
|
||||
{
|
||||
text: '重新指派',
|
||||
text: '重新指派 ',
|
||||
click: _record => this.assignedCar(_record),
|
||||
iif: item => item.resourceStatus === '1' && item.serviceType === '2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user