From c163836cbd03c85982032b9b9033d4ea6981aa57 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 24 Jan 2025 10:35:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/car_demand_plan/child/apply_plan_edit_form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + "";