@@ -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),