From d3fd25c098dde0345e8a51003e93b32af5274a53 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Mon, 25 Sep 2023 14:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/associatedplattwo.vue | 2 +- .../components/addModel.vue | 72 +++++++++---------- .../components/nonConformance.vue | 38 ++-------- .../components/settingList.vue | 3 + .../platformItemLibraryDetails/index.vue | 3 +- 5 files changed, 48 insertions(+), 70 deletions(-) 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}} - - - +