From f058a458046756c26d1f1c71547a7cc7313e97bb Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Mon, 23 May 2022 13:43:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E8=AE=A4=E8=AF=81=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 4 + jero-web/src/common/lang/zh-cn.js | 4 + .../components/certificationDirectory.vue | 59 ++++- .../components/certificationDirectoryAdd.vue | 238 ++++++++++++++++++ 4 files changed, 292 insertions(+), 13 deletions(-) create mode 100644 jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index eee985f3c..a2a34e4cf 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -875,4 +875,8 @@ module.exports = { regulatoryCertificationTaskConfirmation:'Regulatory certification task confirmation', confirmationEngineeringInterfacePerson:'Confirmation of engineering interface person', engineerReply:'Engineer reply', + catalogFile:'Catalog File', + testScheme:'Test Scheme', + testReportLocation:'Test report location', + explain:'Explain', } \ 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 53b26f8b1..2728468ce 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -880,4 +880,8 @@ module.exports = { regulatoryCertificationTaskConfirmation:'法规认证任务确认', confirmationEngineeringInterfacePerson:'工程接口人确认', engineerReply:'工程师回复', + catalogFile:'目录文件', + testScheme:'试验方案', + testReportLocation:'检测报告位置', + explain:'说明', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/certificationDirectory.vue b/jero-web/src/views/projectManagement/components/certificationDirectory.vue index 8c3d84e17..1f88dc0be 100644 --- a/jero-web/src/views/projectManagement/components/certificationDirectory.vue +++ b/jero-web/src/views/projectManagement/components/certificationDirectory.vue @@ -3,7 +3,7 @@
-
+
{{$t('add')}}
@@ -26,6 +26,9 @@ {{ $t('edit') }} + + {{ $t('delete') }} +
@@ -41,21 +44,24 @@
- {{$t('cancel')}} - {{$t('submit')}} + + {{$t('cancel')}} +
- +
@@ -217,4 +247,7 @@ text-align: right; margin-bottom: 20px; } + .text{ + margin-right: 8px; + } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue b/jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue new file mode 100644 index 000000000..93572c485 --- /dev/null +++ b/jero-web/src/views/projectManagement/components/certificationDirectoryAdd.vue @@ -0,0 +1,238 @@ + + + + + \ No newline at end of file