diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue index dd8bfcfee..e2dbcf92d 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue @@ -19,7 +19,7 @@ {{$t('selectTheVehicleTemplate')}} - + {{ item.value }} @@ -34,7 +34,7 @@ {{$t('theNameOfFirm')}} - {{$t('registrationnumber')}} - - @@ -87,7 +87,7 @@ {{$t('noticebatch')}} - {{$t('producttrademark')}} - {{$t('productname')}} - - + @@ -139,7 +139,7 @@ {{$t('productModel')}} -
- {{$t('Vehicledynamictype')}} + {{$t('Vehicledynamictype')}}
@@ -179,7 +179,7 @@
-
+
{{$t('communicationTerminal')}}
@@ -195,7 +195,7 @@
-
+
{{$t('otaUpgradeManagementSystem')}}
@@ -261,7 +261,7 @@ import { message } from 'ant-design-vue' otaId:'', rules:{ djbh:[ - { + { required: true, message:this.$t('registrationnumber')+this.$t('cannotEmpty'), trigger:'blur' @@ -280,7 +280,7 @@ import { message } from 'ant-design-vue' localStorage.removeItem('otaId') localStorage.removeItem('otaIdT') localStorage.setItem('otaIdT',value) - + this.getData() }, // 模板下载 @@ -344,8 +344,8 @@ import { message } from 'ant-design-vue' this.$forceUpdate() } }) - - + + }, next(){ this.$refs.ruleForm.validate(valid=>{ @@ -354,10 +354,10 @@ import { message } from 'ant-design-vue' setTimeout(()=>{ this.$emit('basicInformationForm') },1000) - + } }) - + }, save(){ this.$refs.ruleForm.validate(valid=>{ @@ -387,7 +387,7 @@ import { message } from 'ant-design-vue' }else{ this. projectNameList2=['其他'] } - + }, update(){ this.$forceUpdate() @@ -406,7 +406,7 @@ import { message } from 'ant-design-vue' .box-title-text-add { line-height: 1.4; display: flex; - + align-items: center; } .title-text-add { @@ -420,7 +420,7 @@ import { message } from 'ant-design-vue' // text-overflow: ellipsis; // white-space: nowrap; height: 42px; - line-height: 42px; + //line-height: 42px; margin-top: 3px; } @@ -434,7 +434,7 @@ import { message } from 'ant-design-vue' text-overflow: ellipsis; white-space: nowrap; height: 42px; - line-height: 42px; + //line-height: 42px; margin-top: 3px; margin-bottom: 20px; } @@ -477,11 +477,14 @@ import { message } from 'ant-design-vue' } .plus{ margin-top: 5px; - line-height: 1.4 !important; + line-height: 1.2; } .plus2{ width: 134px; margin-top: 5px; - line-height: 1.4 !important; + line-height: 1.2; + } + .plus3{ + word-break: break-word; } \ No newline at end of file