diff --git a/js/car_demand_plan/child/apply_plan_edit_form.js b/js/car_demand_plan/child/apply_plan_edit_form.js index 0cc7a7b..e4e3621 100644 --- a/js/car_demand_plan/child/apply_plan_edit_form.js +++ b/js/car_demand_plan/child/apply_plan_edit_form.js @@ -284,7 +284,7 @@ function setTableData(results) { html += ''; html += "" + (i + 1) + ""; - html += "" + (l.type === '1' ? '车辆':'吊车') + ""; + html += "" + (l.type) + ""; html += "" + l.name + ""; html += "" + l.model + ""; html += "" + l.unit + "";