|
@@ -47,7 +47,7 @@
|
|
|
<tbody>
|
|
<tbody>
|
|
|
@if($goodsList->isEmpty())
|
|
@if($goodsList->isEmpty())
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td colspan="9">暂无数据</td>
|
|
|
|
|
|
|
+ <td colspan="9" style="text-align: center;">暂无数据</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
@else
|
|
@else
|
|
|
@foreach($goodsList as $goods)
|
|
@foreach($goodsList as $goods)
|