tangning 2 месяцев назад
Родитель
Сommit
9eab202f02
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      src/views/staff/list.vue

+ 5 - 5
src/views/staff/list.vue

@@ -26,11 +26,11 @@
               label: t('routes.staff.setpaswd'),
               onClick: handleOpenModal.bind(null, record),
             },
-            {
-              label: t('routes.staff.setpower'),
-              ifShow: isPatchAuth,
-              onClick: handlepowerModal.bind(null, record),
-            },
+            //{
+            //  label: t('routes.staff.setpower'),
+            //  ifShow: isPatchAuth,
+            //  onClick: handlepowerModal.bind(null, record),
+            //},
           ]"
         />
       </template>