From d9f578b3364afb31a52e8275d13d98852ae853be Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Mon, 7 Jul 2025 10:55:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E4=BA=BAnikeName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/car_demand_plan/child/apply_plan_detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + '' +