tangning 7 mesi fa
parent
commit
02b05aadc2
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/account/overview/interesModal.vue

+ 2 - 0
src/views/account/overview/interesModal.vue

@@ -22,6 +22,7 @@
                   },
                   {
                     label: record.snCode ? '解除' : '授权',
+                    ifShow: getCheckPerm('account-authorize-lift'),
                     onClick: handleSnCode.bind(null, record, 'edit'),
                   },
                 ]"
@@ -217,6 +218,7 @@
         registerAddSnModal,
         handleDelete,
         handleSnCode,
+        getCheckPerm,
         t,
       };
     },