fix(): 雨情修复bug
parent
0c5d45e484
commit
624839ee8e
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue