Explorar o código

fix(bugs): bugID=27786

tangning %!s(int64=3) %!d(string=hai) anos
pai
achega
711861ac35
Modificáronse 1 ficheiros con 1 adicións e 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),
             },