+
{{$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