|
|
@ -441,18 +441,18 @@ export default { |
|
|
|
this.unitOptions.filter((item) => { |
|
|
|
if (item.id == row.responsibleUnit) { |
|
|
|
res = item.enterpriseName; |
|
|
|
return res; |
|
|
|
} |
|
|
|
}); |
|
|
|
return res; |
|
|
|
}, |
|
|
|
unitTypeFormat(row) { |
|
|
|
let res = ""; |
|
|
|
this.unitTypeOptions.filter((item) => { |
|
|
|
if (item.value == row.responsibleUnitType) { |
|
|
|
res = item.label; |
|
|
|
return res; |
|
|
|
res = item.name; |
|
|
|
} |
|
|
|
}); |
|
|
|
return res; |
|
|
|
}, |
|
|
|
unitArrayFormat(row) { |
|
|
|
let res = ""; |
|
|
|