From 34b32a3057057501d9a70b5278912e383a4a5cdc Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 15 Jul 2022 11:28:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E7=AC=A6=E5=90=88=E6=80=A7?= =?UTF-8?q?=E7=9C=8B=E6=9D=BF=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 6 + jero-web/src/common/lang/zh-cn.js | 6 + .../regulationsKanban/components/addModel.vue | 382 +++++++++++++++ .../src/views/regulationsKanban/index.vue | 452 ++++++++++++++++++ 4 files changed, 846 insertions(+) create mode 100644 jero-web/src/views/regulationsKanban/components/addModel.vue create mode 100644 jero-web/src/views/regulationsKanban/index.vue diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 41480baf8..8937ba8bb 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1145,4 +1145,10 @@ module.exports = { translationLanguage:'Translation language', translationResults:'Translation results', conversionTime:'Conversion time', + category:'Category', + RegulatoryProcessEvaluationResults :'Regulatory Process Evaluation Results', + ViewConformanceResults:'View Conformance Results', + CommentsCollectionResultsForReference:'Comments Collection Results For Reference', + TechnicalEvaluationResultsForReference:'Technical Evaluation Results For Reference', + ComplianceConfirmationRecord:'Compliance Confirmation Record', } \ 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 98f362d10..00f2de06b 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1149,4 +1149,10 @@ module.exports = { translationLanguage:'翻译语言', translationResults:'翻译结果', conversionTime:'转换时间', + category:'类别', + RegulatoryProcessEvaluationResults :'法规流程评估结果', + ViewConformanceResults:'查看符合性结果', + CommentsCollectionResultsForReference:'意见收集结果参考', + TechnicalEvaluationResultsForReference:'技术评估结果参考', + ComplianceConfirmationRecord:'符合性确认记录', } \ No newline at end of file diff --git a/jero-web/src/views/regulationsKanban/components/addModel.vue b/jero-web/src/views/regulationsKanban/components/addModel.vue new file mode 100644 index 000000000..6039934a4 --- /dev/null +++ b/jero-web/src/views/regulationsKanban/components/addModel.vue @@ -0,0 +1,382 @@ + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/regulationsKanban/index.vue b/jero-web/src/views/regulationsKanban/index.vue new file mode 100644 index 000000000..37e7d1b14 --- /dev/null +++ b/jero-web/src/views/regulationsKanban/index.vue @@ -0,0 +1,452 @@ + + + + +