@@ -156,7 +156,7 @@ export default {
|
||||
let arr = this.list.map((item) => item.UserTypeId)
|
||||
return this.userTypeOptions.filter(
|
||||
(item) =>
|
||||
!arr.includes(item.Id) && ![4, 6, 20].includes(userType.UserTypeEnum)
|
||||
!arr.includes(item.Id) && ![4, 6, 20].includes(item.UserTypeEnum)
|
||||
)
|
||||
},
|
||||
},
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
Array.isArray(scope.row.UserRoleList) &&
|
||||
scope.row.UserRoleList.length > 0
|
||||
? scope.row.UserRoleList.map((item) => item.UserTypeShortName).join(
|
||||
','
|
||||
', '
|
||||
)
|
||||
: ''
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user