diff --git a/jero-web/src/views/projectManagement/components/associatedplattwo.vue b/jero-web/src/views/projectManagement/components/associatedplattwo.vue index 3ff14e24c..79c12a746 100644 --- a/jero-web/src/views/projectManagement/components/associatedplattwo.vue +++ b/jero-web/src/views/projectManagement/components/associatedplattwo.vue @@ -110,7 +110,7 @@ export default { }, { title: this.$t('NareaOfResponsibility'), - dataIndex: 'dutyTerritory', + dataIndex: 'dutyTerritory_dictText', align: 'left', ellipsis: true, width: 140 diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModel.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModel.vue index d30bae959..fd768320a 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModel.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModel.vue @@ -19,19 +19,8 @@ {{$t('entryName')}} - - - - - - - - - - - - @@ -45,6 +34,7 @@ @@ -57,8 +47,8 @@ {{$t('configurationItem')}} - - + @@ -66,12 +56,14 @@
- {{$t('explain')}} + {{$t('certificationProgram')}}
- - + +
@@ -86,6 +78,7 @@ @@ -94,13 +87,13 @@
- {{$t('certificationProgram')}} + {{$t('explain')}}
- - + +
@@ -278,8 +271,8 @@ message: this.$t('pleaseEnterTheCorrectWebAddress') }, { - max: 300, - message: this.$t('configurationInformation') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + max: 200, + message: this.$t('configurationInformation') + this.$t('cannotExceed') + 200 + this.$t('Characters'), trigger: 'blur' } ], @@ -289,8 +282,8 @@ message: this.$t('pleaseEnterTheCorrectWebAddress') }, { - max: 300, - message: this.$t('dehicleDevelopmentPlan') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + max: 200, + message: this.$t('dehicleDevelopmentPlan') + this.$t('cannotExceed') + 200 + this.$t('Characters'), trigger: 'blur' } ], @@ -307,15 +300,15 @@ message: this.$t('pleaseEnterTheCorrectWebAddress') }, { - max: 300, - message: this.$t('certificationProgram') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + max: 200, + message: this.$t('certificationProgram') + this.$t('cannotExceed') + 200 + this.$t('Characters'), trigger: 'blur' } ], vehiclePlatform: [ { - max: 100, - message: this.$t('ModelPlatform') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 200, + message: this.$t('ModelPlatform') + this.$t('cannotExceed') + 200 + this.$t('Characters'), trigger: 'blur' } ], @@ -324,19 +317,24 @@ required: true, message: this.$t('entryName') + this.$t('cannotEmpty'), trigger: 'blur' + }, + { + max: 200, + message: this.$t('DigitalPlatform') + this.$t('cannotExceed') + 200 + this.$t('Characters'), + trigger: 'blur' } ], digitalPlatform: [ { - max: 100, - message: this.$t('DigitalPlatform') + this.$t('cannotExceed') + 100 + this.$t('Characters'), + max: 200, + message: this.$t('DigitalPlatform') + this.$t('cannotExceed') + 200 + this.$t('Characters'), trigger: 'blur' } ], softwareVersion: [ { - max: 300, - message: this.$t('softwareVersion') + this.$t('cannotExceed') + 300 + this.$t('Characters'), + max: 200, + message: this.$t('softwareVersion') + this.$t('cannotExceed') + 200 + this.$t('Characters'), trigger: 'blur' } ], diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/nonConformance.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/nonConformance.vue index 73b821008..ce5c3daf8 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/nonConformance.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/nonConformance.vue @@ -24,41 +24,17 @@
-
- {{$t('RelatedItems')}} +
+ {{$t('problemType')}}
- - - - {{ item.projectName}} - - - +