lemon 4 years ago
parent
commit
94b7ee6cb3
  1. 2
      app/AdminGuide/Controllers/WorkorderController.php

2
app/AdminGuide/Controllers/WorkorderController.php

@ -83,7 +83,7 @@ class WorkorderController extends AdminController
return $content return $content
->header('工单') ->header('工单')
->description('列表') ->description('列表')
->body(admin_view('admin.pages.supplier-index',$data));
->body(admin_view('admin.pages.guide-index',$data));
} }
///** ///**

Loading…
Cancel
Save