|
|
@ -118,7 +118,7 @@ |
|
|
|
label="关联水闸" |
|
|
|
align="center" |
|
|
|
prop="wagaId" |
|
|
|
:formatter="wageIdFormat" |
|
|
|
:formatter="wagaIdFormat" |
|
|
|
min-width="120" |
|
|
|
/> |
|
|
|
<el-table-column |
|
|
@ -364,7 +364,7 @@ export default { |
|
|
|
this.loading = false; |
|
|
|
}); |
|
|
|
}, |
|
|
|
wageIdFormat(row) { |
|
|
|
wagaIdFormat(row) { |
|
|
|
const id = row.wagaId; |
|
|
|
let data = this.wagaNameOptions.find((res) => res.id == id); |
|
|
|
if (data) return data.wagaName; |
|
|
|