Explorar el Código

fix(bugs): bugID=27786

tangning hace 3 años
padre
commit
711861ac35
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/rightsEnterprises/list.vue

+ 1 - 1
src/views/rightsEnterprises/list.vue

@@ -29,7 +29,7 @@
             },
             {
               label: '解绑',
-              ifShow: record.state == 0 && !!record.userId,
+              ifShow: getCheckRole([RoleEnum.PLAT_ADMIN]) && record.state == 0 && !!record.userId,
               color: 'error',
               onClick: handleUpBind.bind(null, record),
             },