feat : 新增按钮权限
This commit is contained in:
@@ -177,7 +177,7 @@ function ResumeList() {
|
||||
key="view"
|
||||
icon={<EyeOutlined />}
|
||||
loading={loading}
|
||||
hidden={!access.hasPerms('appUser:resume:view')}
|
||||
hidden={!access.hasPerms('resumeLibrary:resumeList:view')}
|
||||
onClick={() => handleViewDetail(userId)}
|
||||
>
|
||||
查看简历
|
||||
|
||||
Reference in New Issue
Block a user