|
@@ -6,7 +6,7 @@ namespace App\Admin\Actions\Users;
|
|
use Dcat\Admin\Grid\RowAction;
|
|
use Dcat\Admin\Grid\RowAction;
|
|
use Dcat\Admin\Widgets\Modal;
|
|
use Dcat\Admin\Widgets\Modal;
|
|
use Illuminate\Http\Request;
|
|
use Illuminate\Http\Request;
|
|
-use App\Admin\Actions\Users\UserVipForm;
|
|
|
|
|
|
+
|
|
class UserVip extends RowAction
|
|
class UserVip extends RowAction
|
|
{
|
|
{
|
|
protected $title = '<i class="feather icon-award"></i> 设置VIP';
|
|
protected $title = '<i class="feather icon-award"></i> 设置VIP';
|
|
@@ -58,7 +58,7 @@ class UserVip extends RowAction
|
|
|
|
|
|
public function render()
|
|
public function render()
|
|
{
|
|
{
|
|
- $form = UserVipForm::make()->payload(['id'=>$this->getKey()]);
|
|
|
|
|
|
+ $form =null;
|
|
return Modal::make()
|
|
return Modal::make()
|
|
->lg()
|
|
->lg()
|
|
->title($this->title)
|
|
->title($this->title)
|