6
0
Fork 0
release
panliang 2022-05-16 13:54:39 +08:00
parent 59c7c241ec
commit 713100d0ef
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class StoreController extends AdminController
});
$row->column(5, $show);
$tab = Tab::make()->theme();
$tab = Tab::make()->withCard();
$tab->add('商品', Card::make($this->gridProduct($id)));
$tab->add('库存', Card::make($this->gridStock($id)));
if ($canAdmin) {