diff --git a/jero-web/src/views/parameter/components/addModel.vue b/jero-web/src/views/parameter/components/addModel.vue index d7bea327f..571ee7479 100644 --- a/jero-web/src/views/parameter/components/addModel.vue +++ b/jero-web/src/views/parameter/components/addModel.vue @@ -14,32 +14,42 @@ - {{$t('entryName')}} + {{$t('parameterTemplate')}} - - - - - {{ item.projectName}} - - - + + - {{$t('targetMarket')}} + {{$t('status')}} - - + + + + + + + + + + {{$t('zoneOfApplication')}} + + + @@ -47,126 +57,17 @@ - - - - {{$t('projectStatus')}} - - - - - - - - - - {{$t('StudioEngineer')}} - - - - - - - - - - - - {{$t('certifiedEngineer')}} - - - - - - - - - - {{$t('IPDInformation')}} - - - - - - - - - - - - - {{$t('ModelPlatform')}} - - - - - - - - - - {{$t('DigitalPlatform')}} - - - - - - - - - + {{$t('dehicleDevelopmentPlan')}} + :title="$t('contentDescription')">{{$t('contentDescription')}} - + - - - - - - - {{$t('certificationProgram')}} - - - + v-model="formInline.description" + :placeholder="$t('PleaseEnter')+$t('contentDescription')"/> diff --git a/jero-web/src/views/parameter/template.vue b/jero-web/src/views/parameter/template.vue index b71fe3b06..d5d3a9879 100644 --- a/jero-web/src/views/parameter/template.vue +++ b/jero-web/src/views/parameter/template.vue @@ -232,11 +232,11 @@ export default { }, //虚拟清单名称事件 entryNameClick(item) { - let newUrl = this.$router.resolve({ - path: '/ProjectDetails', - query: item - }) - window.open(newUrl.href, '_blank') + // let newUrl = this.$router.resolve({ + // path: '/ProjectDetails', + // query: item + // }) + // window.open(newUrl.href, '_blank') }, searchQuery() { this.pageNo = 1