From 89b1e82aab7cb50e5cd4ab53fca258f95c57062f Mon Sep 17 00:00:00 2001
From: cwchen <1048842385@qq.com>
Date: Mon, 20 Jan 2025 10:53:03 +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/dispatch_input_list.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/car_demand_plan/dispatch_input_list.js b/js/car_demand_plan/dispatch_input_list.js
index d546b18..25159d2 100644
--- a/js/car_demand_plan/dispatch_input_list.js
+++ b/js/car_demand_plan/dispatch_input_list.js
@@ -157,7 +157,7 @@ function initTable() {
} else if (d.statusName === '已派车') {
return ' ● ' + d.statusName + '';
} else {
- return '';
+ return ' ● ' + d.statusName + '';
}
},
},