fix(): 雨情修复bug

master
李神峰 2024-07-01 11:44:25 +08:00
parent 0c5d45e484
commit 624839ee8e
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
<td style="width: 11%;">{{ index + 1 }}</td> <td style="width: 11%;">{{ index + 1 }}</td>
<td style="width: 27%; color: #3399ef; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" @click="jumpDetail(item)"> <td style="width: 27%; color: #3399ef; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" @click="jumpDetail(item)">
{{ item.stnm }}</td> {{ item.stnm }}</td>
<td style="width: 20%">{{ item.drp || "-" }}</td> <td style="width: 20%">{{ item.drp ?? "-" }}</td>
<td style="width: 20%">{{ item.yesDrp || "-" }}</td> <td style="width: 20%">{{ item.yesDrp ?? "-" }}</td>
<td style="width:23%;">{{ item.adnm }}</td> <td style="width:23%;">{{ item.adnm }}</td>
</tr> </tr>
<div style="height:160px"></div> <div style="height:160px"></div>