11
This commit is contained in:
@@ -383,7 +383,7 @@ function ManagementList() {
|
||||
<Button
|
||||
type="primary"
|
||||
key="add"
|
||||
hidden={!access.hasPerms('manage:List:add')}
|
||||
hidden={!access.hasPerms('bussiness:job:add')}
|
||||
onClick={async () => {
|
||||
setCurrentRow(undefined);
|
||||
setModalVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user