|
@@ -652,7 +652,7 @@
|
|
|
:ref="'form' + listItem.normfeeId"
|
|
|
:key="listItem.normfeeId"
|
|
|
:disabled="listItem.sendValue == 1 || (listItem.sendValue == undefined)"
|
|
|
- label-width="350px"
|
|
|
+ :label-width="(index == 1 || index == 3) ? '350px' : '250px'"
|
|
|
>
|
|
|
<!-- <span>{{ listItem.sendValue == 1 }}</span> -->
|
|
|
<!-- label-width="350px" -->
|
|
@@ -1240,7 +1240,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.regionList.forEach(item=>{
|
|
|
- if(item.value = this.form.deptId){
|
|
|
+ if(item.value == this.form.deptId){
|
|
|
this.deptName = item.label;
|
|
|
}
|
|
|
})
|
|
@@ -1316,7 +1316,7 @@ export default {
|
|
|
|
|
|
this.openDetail = true;
|
|
|
this.regionList.forEach(item=>{
|
|
|
- if(item.value = this.form.deptId){
|
|
|
+ if(item.value == this.form.deptId){
|
|
|
this.deptName = item.label;
|
|
|
}
|
|
|
})
|