diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 558ec8b23..0fd393253 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -812,5 +812,9 @@ module.exports = { inconformity:'Non-Compliance', toTrack:'To be tracked', Launch:'Launch', - maintainProgress:'Maintain' + maintainProgress:'Maintain', + redSchedule:'Red: not in conformity, and there is no acceptable scheme and schedule', + yellowSchedule:'Yellow: non conformance / to be tracked, with acceptable scheme and schedule', + greenRequirements:'Green: confirm that it meets or meets the current requirements', + blueUndeterminedState:'Blue: undetermined state', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 8bf85de11..7ced33184 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -817,5 +817,9 @@ module.exports = { inconformity:'不符合', toTrack:'待追踪', Launch:'发起', - maintainProgress:'维护进度' + maintainProgress:'维护进度', + redSchedule:'红:不符合,且无可接受的方案和时间表', + yellowSchedule:'黄:不符合/待追踪,有可接受的方案和时间表', + greenRequirements:'绿:确认符合或满足当前要求', + blueUndeterminedState:'蓝:未判断状态', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue index 95c9ac589..9d4d0fcd6 100644 --- a/jero-web/src/views/projectManagement/components/TaskList.vue +++ b/jero-web/src/views/projectManagement/components/TaskList.vue @@ -523,7 +523,7 @@ height: 28px; line-height: 32px; text-align: center; - background: #dcf7e3; + background: #ddf3f4; border-radius: 50%; } @@ -531,7 +531,7 @@ display: inline-block; width: 14px; height: 14px; - background: #26BD4B; + background: #00B3BE; border-radius: 50%; } diff --git a/jero-web/src/views/projectManagement/components/TaskListModel.vue b/jero-web/src/views/projectManagement/components/TaskListModel.vue index b7bec0ac5..d32baf06e 100644 --- a/jero-web/src/views/projectManagement/components/TaskListModel.vue +++ b/jero-web/src/views/projectManagement/components/TaskListModel.vue @@ -1,7 +1,7 @@