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 @@ + + + + + + + + + + + + + + + {{element.label}} + + + + + + {{ $t('query') }} + {{ $t('reset') }} + + + + + + {{ $t('export') }} + + + + + + + + + + + + + + + + + + + + + + {{ $t('CommentsCollectionResultsForReference') }} + {{ $t('TechnicalEvaluationResultsForReference') }} + + + + + + + + + + + + \ 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 @@ + + + + + + + + + {{ $t('standard') }} + + + + + + + + {{$t('title')}} + + + + + + + + {{ $t('status') }} + + + + + + + + {{ $t('technicalField') }} + + + + + + + + {{ $t('query') }} + {{ $t('reset') }} + + + + + + + + + + {{ text && text.length > 15 ? text.slice(0, 14) + '...' : text }} + + + + {{$t('ViewConformanceResults')}} + + + + + + + + + + + + + + + +