Commit 2082a728 by 丁伟峰

在途颜色调整

1 parent 602dcfbd
......@@ -183,7 +183,7 @@ public class EngineerGanttServiceImpl implements EngineerGanttService {
{"PAUSED", "#4E5969"}, //暂停
{"UNFINISHED", "#52EDED"}, //未完成
{"STARTED", "#469967"}, //已启动
{"ONWAY", "rgba(78, 89, 105, 0.5)"}, // 在途
{"ONWAY", "rgba(70, 153, 103, 0.5)"}, // 在途
{"CANCELED", "#4E5969"}, // 已取消
{"LEAVE", "#A8ABA9"}, //请假
{"WAREHOUSE", "#EDEDED"}, //仓库准备
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!