diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue index 08939f295..00e99a101 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue @@ -10,7 +10,7 @@ {{$t('templateDownload')}} - + @@ -20,7 +20,7 @@ {{$t('selectTheVehicleTemplate')}} - + {{ item.cpdjbh }} @@ -59,7 +59,7 @@ - +
@@ -82,7 +82,7 @@
- +
@@ -93,7 +93,7 @@ - + @@ -104,7 +104,7 @@ - + @@ -143,7 +143,7 @@
- +
@@ -192,7 +192,7 @@ import ImportFile from '@/components/ImportFileData/index' this.getSelect() this.getData() }, - + methods: { // 模板下载 handleModule() { @@ -220,7 +220,7 @@ import ImportFile from '@/components/ImportFileData/index' this.form=res.result if(res.result.dllx1==null){ this.form.dllx1=undefined - + } if(res.result.dllx2==null){ this.form.dllx2=undefined @@ -233,7 +233,7 @@ import ImportFile from '@/components/ImportFileData/index' } this.$forceUpdate() } - + } }) }, @@ -258,7 +258,7 @@ import ImportFile from '@/components/ImportFileData/index' }) } }) - + }, next(){ this.save() @@ -266,8 +266,8 @@ import ImportFile from '@/components/ImportFileData/index' if(valid){ this.$emit('basicInformationForm') }}) - - + + }, getSelect(){ getAction('/ota/otaBaCxList/list').then(res=>{ @@ -279,7 +279,7 @@ import ImportFile from '@/components/ImportFileData/index' obj=item this.selectListPc.push(obj) } - + }) } }) @@ -306,12 +306,12 @@ import ImportFile from '@/components/ImportFileData/index' }else{ this. projectNameList2=['其他'] } - + }, changeId(value,option){ this.selectListPc.map(item=>{ if(item.id==value){ - this.form.cpsb = item.cpsb + this.form.cpsb = item.cpsb this.form.cpmc = item.cpmc this.form.cpxh = item.cpxh this.form.babh = item.cpdjbh @@ -334,9 +334,9 @@ import ImportFile from '@/components/ImportFileData/index' } .box-title-text-add { - line-height: 1.4; + //line-height: 1.4; display: flex; - + align-items: center; } .title-text-add { @@ -350,7 +350,7 @@ import ImportFile from '@/components/ImportFileData/index' // text-overflow: ellipsis; // white-space: nowrap; height: 42px; - line-height: 42px; + //line-height: 20px; margin-top: 3px; } @@ -364,7 +364,7 @@ import ImportFile from '@/components/ImportFileData/index' text-overflow: ellipsis; white-space: nowrap; height: 42px; - line-height: 42px; + //line-height: 42px; margin-top: 3px; margin-bottom: 20px; } @@ -396,11 +396,11 @@ import ImportFile from '@/components/ImportFileData/index' } .plus{ margin-top: 5px; - line-height: 1.4 !important; + line-height: 1.2; } .plus2{ word-break: break-all; - line-height: 1.3; + line-height: 1.2; } .Required { color: red;