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 @@ + + + + + \ 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 @@ + + + + + \ No newline at end of file