diff --git a/js/car_demand_plan/child/apply_plan_detail.js b/js/car_demand_plan/child/apply_plan_detail.js index 340b948..6efcff2 100644 --- a/js/car_demand_plan/child/apply_plan_detail.js +++ b/js/car_demand_plan/child/apply_plan_detail.js @@ -434,7 +434,7 @@ function setOperRecordInfo(list, obj) { '' + '
' + '
' + - '' + item.userName + '(' + item.phone + ')' + dept + '' + + '' + (item.nikeName ? item.nikeName : item.userName) + '(' + item.phone + ')' + dept + '' + '
' + '
' + '' + operData + '' +