Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m59s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m59s
This commit is contained in:
commit
0ccf5fd2d7
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const isCanDeleteFile = computed(() => {
|
||||||
isDeleteFile.value &&
|
isDeleteFile.value &&
|
||||||
checkPermission(route)?.attrIsDelete &&
|
checkPermission(route)?.attrIsDelete &&
|
||||||
dataPermissions.value &&
|
dataPermissions.value &&
|
||||||
checkRoutePermisson.value
|
!checkRoutePermisson.value
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue