ChenWuJie 4 年之前
父节点
当前提交
a922987106
共有 1 个文件被更改,包括 15 次插入0 次删除
  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';
+    }
+}