6
0
Fork 0

调整首页订单

release
vine_liutk 2022-01-21 16:29:27 +08:00
parent cea1f55e02
commit 562dad6628
1 changed files with 2 additions and 1 deletions

View File

@ -135,6 +135,7 @@ class Orders extends Bar
);
$minHeight = '183px';
$orderLink = admin_route('orders.index');
return $this->content(
<<<HTML
@ -147,7 +148,7 @@ class Orders extends Bar
</h5> -->
</div>
<a href="/admin/orders" class="btn btn-primary shadow waves-effect waves-light">查看详情 <i class="feather icon-chevrons-right"></i></a>
<a href="{$orderLink}" target="_blank" class="btn btn-primary shadow waves-effect waves-light">查看详情 <i class="feather icon-chevrons-right"></i></a>
</div>
HTML
);