|
|
@@ -81,9 +81,8 @@
|
|
|
</td>
|
|
|
@endcan
|
|
|
<td :class="[waybill.status=='已审核'?'text-success':'']"><span>@{{waybill.status}}</span></td>
|
|
|
- <td class="td-warm text-muted toptd">
|
|
|
- <div v-if="waybill.remark" class="bg-light-yellow text-danger top" data-toggle="tooltip" style="opacity: 0.1;position: absolute;z-index: 1"
|
|
|
- >置顶备注:@{{ waybill.remark }}</div>
|
|
|
+ <td class="td-warm text-muted toptd position-static">
|
|
|
+ <div v-if="waybill.remark" class="bg-light-yellow text-danger top position-absolute" data-toggle="tooltip" style="opacity: 0.1;z-index: 1">置顶备注:@{{ waybill.remark }}</div>
|
|
|
@{{ i+1 }}</td>
|
|
|
<td class="td-warm text-muted"><span>@{{waybill.created_at}}</span></td>
|
|
|
<td class="td-warm text-muted">
|