From 28af4cd769225c97f3de1dfcc5dc60d1ceb94e6d Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Mon, 16 May 2022 14:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E9=A1=B9=E7=9B=AE=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 5 + jero-web/src/common/lang/zh-cn.js | 9 +- .../projectStatusBoard/index.vue | 210 ++++++++++++++++++ 3 files changed, 222 insertions(+), 2 deletions(-) create mode 100644 jero-web/src/views/projectManagement/projectStatusBoard/index.vue diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index e5c9e4dcc..68c0346af 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -820,4 +820,9 @@ module.exports = { greenRequirements:'Green: confirm that it meets or meets the current requirements', blueUndeterminedState:'Blue: undetermined state', authenticationMessage:'Authentication Message', + accept:'Accept', + notLaunch:'Not Launch', + refuse:'Refuse', + taskTermination:'Task termination', + projectStatusAndProgress:'Project status and progress', } \ 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 bbb6e73c6..495bd82b0 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -47,9 +47,9 @@ module.exports = { selectedAccount: '选中账号?', whether: '是否', adminDoNotAllowOperation: '管理员账号不允许此操作!', - advancedQuery: '高级查询', + advancedQuery: '高级搜索', constructor: '构造器', - advancedQueryEffective: '已有高级查询条件生效', + advancedQueryEffective: '已有高级搜索条件生效', preservation: '保存', condition: '条件', close: '关闭', @@ -819,10 +819,15 @@ module.exports = { inconformity:'不符合', toTrack:'待追踪', Launch:'发起', + notLaunch:'未发起', maintainProgress:'维护进度', redSchedule:'红:不符合,且无可接受的方案和时间表', yellowSchedule:'黄:不符合/待追踪,有可接受的方案和时间表', greenRequirements:'绿:确认符合或满足当前要求', blueUndeterminedState:'蓝:未判断状态', authenticationMessage:'认证消息', + accept:'接受', + refuse:'拒绝', + taskTermination:'任务终止', + projectStatusAndProgress:'项目状态进度', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue new file mode 100644 index 000000000..6f5f97bb5 --- /dev/null +++ b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue @@ -0,0 +1,210 @@ + + + + + \ No newline at end of file