Commit e9cbc096 by 丁伟峰

Merge branch 'dev-gantt' into develop

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