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