diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue index 34055d829..9a0a26e79 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue @@ -43,13 +43,11 @@ * {{ $t('upgraderecordnumber') }} -
- + + style="width:100%" :max-length="50"> -
@@ -57,12 +55,12 @@
{{ $t('theNameOfFirm') }}
-
+ + disabled style="width:100%" :max-length="50"> +
-
@@ -123,32 +121,33 @@
{{ $t('Vehicledynamictype') }}
- - - + +
+
+ {{ item }} +
+
+ + + {{ item }} + + +
+
+ +
- - - - {{ item }} - - - - +
@@ -430,6 +429,7 @@ export default { width: calc(100% - 130px); display: inline-block; margin-top: 2px; + max-width: 486px; } .box-input { @@ -461,4 +461,6 @@ export default { .Required { color: red; margin-right: 3px; -} \ No newline at end of file +} + + \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue index a1ba7c8ec..0ebe13f88 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue @@ -155,9 +155,10 @@
- {{$t('usernotificationmode')}} +

{{$t('usernotificationmode')}}

+
- +
- {{$t('userinformstherelevantfile')}} +

{{$t('userinformstherelevantfile')}}

+
- + {{ (formInline.xgwj === 'null' || formInline.xgwj === '' || formInline.xgwj == null) ? $t('uploadattachment') : $t('viewUploadedFiles') diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue index a66145229..d4cebc19b 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue @@ -155,17 +155,19 @@
{{$t('Vehicledynamictype')}}
- - - - {{ item }} - - - - - + +
+
+ + + {{ item }} + + +
+
+ @@ -175,7 +177,9 @@ --> - +
+
+
@@ -343,7 +347,7 @@ import { message } from 'ant-design-vue' if(res.result.dllx2 == null){ res.result.dllx2 = undefined } - + if(res.result.cplb == null){ res.result.cplb = undefined } @@ -380,7 +384,7 @@ import { message } from 'ant-design-vue' if(otaId==null || otaId == undefined){ otaId='' } - + postAction('/ota/otaBaCxJbxx/add',{ otaId:otaId,...this.form}).then( res => { if(res.code == 200){ localStorage.setItem('otaId', res.result.otaId) @@ -419,7 +423,7 @@ import { message } from 'ant-design-vue' if(this.form.dllx1=='其他'){ this. projectNameList2=['其他'] } - + }, update(){