tangning 7 tháng trước cách đây
mục cha
commit
02b05aadc2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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,
       };
     },