瀏覽代碼

失败状态

Swdz-WangHaiJun 4 年之前
父節點
當前提交
bfafe12d00
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Community/Controllers/DocterVerifyController.php

+ 1 - 1
app/Community/Controllers/DocterVerifyController.php

xqd
@@ -41,7 +41,7 @@ class DocterVerifyController extends AdminController
         $grid->column('docter.card_id', __('身份证号'));
         $grid->column('office.name', __('认证科室'));
         $grid->column('qualification.name', __('认证资质'));
-        $grid->column('state', __('状态'))->using(['待审核','已认证','认证失败'])->label(['info','success','error']);
+        $grid->column('state', __('状态'))->using(['待审核','已认证','认证失败'])->label(['info','success','error','error']);
 
         $grid->actions(function($actions){
             $actions->disableDelete();