소스 검색

商城分类管理,权限

lizhen_gitee 6 달 전
부모
커밋
cef63956bb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      application/admin/view/unishop/category/index.html

+ 2 - 2
application/admin/view/unishop/category/index.html

@@ -9,8 +9,8 @@
 
                     </div>
                     <table id="table" class="table table-striped table-bordered table-hover" 
-                           data-operate-edit="{:$auth->check('category/edit')}" 
-                           data-operate-del="{:$auth->check('category/del')}" 
+                           data-operate-edit="{:$auth->check('unishop/category/edit')}"
+                           data-operate-del="{:$auth->check('unishop/category/del')}"
                            width="100%">
                     </table>
                 </div>