This commit is contained in:
francis-fh
2026-06-17 00:27:11 +08:00
parent 077f6548cf
commit 37e3f3bd6b
3 changed files with 14 additions and 12 deletions

View File

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