字段修改
This commit is contained in:
+11
-4
@@ -111,7 +111,7 @@
|
||||
<a-col :span="24">
|
||||
<div class="box-title-text-add">
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text" :title="$t('Vehicledynamictype')">{{$t('Vehicledynamictype')}}</span>
|
||||
<span class="title-text-text plus2" :title="$t('Vehicledynamictype')">{{$t('Vehicledynamictype')}}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" style="width: 38%">
|
||||
<!-- <j-dict-select-tag class="box-input"
|
||||
@@ -274,9 +274,12 @@ import ImportFile from '@/components/ImportFileData/index'
|
||||
if(res.code==200){
|
||||
this.selectListPc=[]
|
||||
res.result.forEach(item=>{
|
||||
let obj={}
|
||||
obj=item
|
||||
this.selectListPc.push(obj)
|
||||
if(item.ggpc !="" && item.ggpc !=null){
|
||||
let obj={}
|
||||
obj=item
|
||||
this.selectListPc.push(obj)
|
||||
}
|
||||
|
||||
})
|
||||
}
|
||||
})
|
||||
@@ -395,6 +398,10 @@ import ImportFile from '@/components/ImportFileData/index'
|
||||
margin-top: 5px;
|
||||
line-height: 1.4 !important;
|
||||
}
|
||||
.plus2{
|
||||
word-break: break-all;
|
||||
line-height: 1.3;
|
||||
}
|
||||
.Required {
|
||||
color: red;
|
||||
margin-right: 3px;
|
||||
|
||||
Reference in New Issue
Block a user