From 5dc67d8a5f464d6f03ded4982383ad2b3a9d2802 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 7 Apr 2022 10:31:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 9 + jero-web/src/common/lang/zh-cn.js | 9 + .../projectManagement/components/addModel.vue | 323 ++++++++++++++++ .../projectLibrary/index.vue | 355 ++++++++++++++++++ 4 files changed, 696 insertions(+) create mode 100644 jero-web/src/views/projectManagement/components/addModel.vue create mode 100644 jero-web/src/views/projectManagement/projectLibrary/index.vue diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 87ffd1caa..054d86689 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -598,4 +598,13 @@ module.exports = { engineeringInterfacePerson:'Engineering interface person', typeOfDeliverables:'Type of deliverables', deliverableTemplate:'Deliverable template', + entryName:'entry name', + targetMarket:'target market', + projectStatus:'Project status', + StudioEngineer:'Studio engineer', + CertificationTime:'Certification time', + NTplatform:'NT platform', + NPplatform:'NP platform', + IPDInformation:'IPD information', + certificationProgramInformation:'Certification program information', } \ 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 ab777a72d..9a3511f20 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -602,4 +602,13 @@ module.exports = { engineeringInterfacePerson:'工程接口人', typeOfDeliverables:'交付物类型', deliverableTemplate:'交付物模板', + entryName:'项目名称', + targetMarket:'目标市场', + projectStatus:'项目状态', + StudioEngineer:'studio工程师', + CertificationTime:'认证时间', + NTplatform:'NT平台', + NPplatform:'NP平台', + IPDInformation:'IPD信息', + certificationProgramInformation:'认证计划信息', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/addModel.vue b/jero-web/src/views/projectManagement/components/addModel.vue new file mode 100644 index 000000000..a649facd9 --- /dev/null +++ b/jero-web/src/views/projectManagement/components/addModel.vue @@ -0,0 +1,323 @@ + + + + + + + + + {{$t('entryName')}} + + + + + + + + + + {{$t('targetMarket')}} + + + + + + + + + + + + {{$t('projectStatus')}} + + + + + + + + + + Gate + + + + + + + + + + + + {{$t('IPDInformation')}} + + + + + + + + + + {{$t('StudioEngineer')}} + + + + + + + + + + + + {{$t('CertificationTime')}} + + + + + + + + + + {{$t('NTplatform')}} + + + + + + + + + + + + {{$t('NPplatform')}} + + + + + + + + + + {{$t('certificationProgramInformation')}} + + + + + + + + + + + {{$t('cancel')}} + {{$t('submit')}} + + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/projectLibrary/index.vue b/jero-web/src/views/projectManagement/projectLibrary/index.vue new file mode 100644 index 000000000..b54f155aa --- /dev/null +++ b/jero-web/src/views/projectManagement/projectLibrary/index.vue @@ -0,0 +1,355 @@ + + + + + + + + {{$t('entryName')}} + + + + + + + + {{$t('targetMarket')}} + + + + + + + + {{$t('projectStatus')}} + + + + + + + + + {{$t('StudioEngineer')}} + + + + + + + + {{$t('query')}} + {{$t('reset')}} + + {{ !toggleSearchStatus ? $t('open') : $t('away') }} + + + + + + + + + + {{$t('add')}} + + + + {{$t('BatchDelete')}} + + + + + + {{text}} + + + {{$t('edit')}} + {{$t('deleteLib')}} + + + + + + + + + + + + + \ No newline at end of file