ChenWuJie %!s(int64=4) %!d(string=hai) anos
pai
achega
a922987106
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      app/Admin/Actions/Community/Docter/Chat.php

+ 15 - 0
app/Admin/Actions/Community/Docter/Chat.php

xqd
@@ -0,0 +1,15 @@
+<?php
+
+namespace App\Admin\Actions\Community\Docter;
+
+use Encore\Admin\Actions\RowAction;
+use Illuminate\Http\Request;
+
+class Chat extends RowAction
+{
+    public $name = '查看';
+    public function href()
+    {
+        return '/cdms/docter_chat/1/edit';
+    }
+}