From 5bf848e32fd8458101e7d0293d864f71220fb003 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 29 Apr 2022 13:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A0=E6=B3=95=E5=8F=91?= =?UTF-8?q?=E8=B5=B7=E6=B8=85=E5=8D=95=E7=A1=AE=E8=AE=A4=20=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 1 + jero-web/src/common/lang/zh-cn.js | 1 + .../ProjectDetails/index.vue | 13 +- .../components/commentList.vue | 270 ++++++++++++++++++ .../components/listEditModel.vue | 2 +- .../components/listOfRegulations.vue | 4 +- .../components/transferList.vue | 2 +- 7 files changed, 285 insertions(+), 8 deletions(-) create mode 100644 jero-web/src/views/projectManagement/components/commentList.vue diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 38d1c1657..5a30ac0b3 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -734,4 +734,5 @@ module.exports = { Submitting:'Submitting', Returning:'Returning', terminationProcessing:'Termination process', + publishComment:'publish comment', } \ 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 2a5a74c2a..131e8d78a 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -739,4 +739,5 @@ module.exports = { Submitting:'提交中...', Returning:'退回中', terminationProcessing:'终止流程中', + publishComment:'发表评论', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/ProjectDetails/index.vue b/jero-web/src/views/projectManagement/ProjectDetails/index.vue index 240cc8cf9..5e08d107f 100644 --- a/jero-web/src/views/projectManagement/ProjectDetails/index.vue +++ b/jero-web/src/views/projectManagement/ProjectDetails/index.vue @@ -10,7 +10,7 @@
+
+