6
0
Fork 0

调整快递明细显示

release
vine_liutk 2021-12-20 20:15:20 +08:00
parent 90b61f4fe4
commit be337036a5
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,6 @@ namespace App\Admin\Actions\Grid;
use App\Models\KuaidiLog; use App\Models\KuaidiLog;
use App\Models\OrderPackage; use App\Models\OrderPackage;
use Dcat\Admin\Support\LazyRenderable; use Dcat\Admin\Support\LazyRenderable;
use Dcat\Admin\Widgets\Card;
class KuaidiInfo extends LazyRenderable class KuaidiInfo extends LazyRenderable
{ {
@ -22,6 +21,6 @@ class KuaidiInfo extends LazyRenderable
$data = admin_view('admin.kuaidi-info', compact('kuaidiLog')); $data = admin_view('admin.kuaidi-info', compact('kuaidiLog'));
return Card::make('标题', $data); return $data;
} }
} }

View File

@ -24,6 +24,10 @@
</div> </div>
</div> </div>
@endif @endif
@else
<div style="text-align: center;">
暂无记录
</div>
@endif @endif