@ -58,7 +58,7 @@
<thead>
<tr>
<th>订单编号</th>
<th>协议</th>
{{-- <th>协议</th>--}}
<th>所属项目/医院</th>
<th>所在楼栋</th>
@ -84,7 +84,7 @@
<td>
{{ $row->serial }}
</td>
<td>{!! isset($row->orderAgreementByLast) ? "<a href='/storage/" . $row->orderAgreementByLast->file->name . "' target='_blank'><img src='/storage/" . $row->orderAgreementByLast->file->name . "' width='50' height='50'></a>" : "" !!}
{{-- <td>{!! isset($row->orderAgreementByLast) ? "<a href='/storage/" . $row->orderAgreementByLast->file->name . "' target='_blank'><img src='/storage/" . $row->orderAgreementByLast->file->name . "' width='50' height='50'></a>" : "" !!}--}}
<td>{{ $row->project->name }}</td>
@ -305,4 +305,4 @@
window.open(url);
}
</script>
@endpush