fix():修复bug
parent
a0c4f834d9
commit
15aff6f8e4
|
|
@ -25,8 +25,8 @@
|
|||
<td style="width: 11%;">{{ index + 1 }}</td>
|
||||
<td style="width: 27%; color: #3399ef; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" @click="jumpDetail(item)">
|
||||
{{ item.stnm }}</td>
|
||||
<td style="width: 20%">{{ item.drp ?? "-" }}</td>
|
||||
<td style="width: 20%">{{ item.yesDrp ?? "-" }}</td>
|
||||
<td style="width: 20%">{{ item.drp ? item.drp : item.drp == 0 ? 0 : '-' }}</td>
|
||||
<td style="width: 20%">{{ item.yesDrp ? item.yesDrp : item.yesDrp == 0 ? 0 : '-' }}</td>
|
||||
<td style="width:23%;">{{ item.adnm }}</td>
|
||||
</tr>
|
||||
<div style="height:160px"></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue