tangning 2 years ago
parent
commit
4706ec72d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/account/lists.vue

+ 1 - 0
src/views/account/lists.vue

@@ -5,6 +5,7 @@
         :actions="[
           {
             label: '详情',
+            ifShow:getCheckPerm('accountlist-detail'),
             onClick: handleEdit.bind(null, record),
           }
         ]"