|
@@ -29,7 +29,7 @@ class NoticeDoctorController extends AdminController
|
|
$grid->column('id', __('Id'));
|
|
$grid->column('id', __('Id'));
|
|
$grid->column('title', __('标题'));
|
|
$grid->column('title', __('标题'));
|
|
$grid->column('content', __('内容'));
|
|
$grid->column('content', __('内容'));
|
|
- $grid->column('url', __('链接'));
|
|
|
|
|
|
+ $grid->column('url', __('小程序链接'));
|
|
$status = [
|
|
$status = [
|
|
'off' => ['value' => 0, 'text' => '禁用', 'color' => 'danger'],
|
|
'off' => ['value' => 0, 'text' => '禁用', 'color' => 'danger'],
|
|
'on' => ['value' => 1, 'text' => '启用', 'color' => 'success'],
|
|
'on' => ['value' => 1, 'text' => '启用', 'color' => 'success'],
|