|
@@ -81,11 +81,12 @@ class ConsultingOrdersController extends AdminController
|
|
$actions->disableDelete();
|
|
$actions->disableDelete();
|
|
// 去掉编辑
|
|
// 去掉编辑
|
|
$actions->disableEdit();
|
|
$actions->disableEdit();
|
|
- $actions->add(new MapDepot());
|
|
|
|
|
|
+// $actions->add(new MapDepot());
|
|
$actions->add(new Evaluate());
|
|
$actions->add(new Evaluate());
|
|
- $actions->add(new Suggests());
|
|
|
|
|
|
+// $actions->add(new Suggests());
|
|
|
|
|
|
});
|
|
});
|
|
|
|
+ $grid->model()->orderBy('id','desc');
|
|
$grid->column('id', __('Id'))->sortable();
|
|
$grid->column('id', __('Id'))->sortable();
|
|
$grid->column('user.nickname', __('用户姓名'));
|
|
$grid->column('user.nickname', __('用户姓名'));
|
|
$grid->column('docter.name', __('医生姓名'));
|
|
$grid->column('docter.name', __('医生姓名'));
|