| xqd
@@ -1,19 +0,0 @@
|
|
|
-<?php
|
|
|
-
|
|
|
-namespace App\Admin\Actions\backstage\Orders;
|
|
|
-
|
|
|
-use Encore\Admin\Actions\RowAction;
|
|
|
-use Illuminate\Database\Eloquent\Model;
|
|
|
-
|
|
|
-class PdfAction extends RowAction
|
|
|
-{
|
|
|
- public $name = '查看保单';
|
|
|
-
|
|
|
- public function handle(Model $model)
|
|
|
- {
|
|
|
- // $model ...
|
|
|
-
|
|
|
- return $this->response()->success('查看保单成功')->refresh();
|
|
|
- }
|
|
|
-
|
|
|
-}
|