add permission owner
This commit is contained in:
parent
9d9cd92d6b
commit
73335d7dd5
1 changed files with 1 additions and 1 deletions
|
|
@ -1056,7 +1056,7 @@ onMounted(async () => {
|
|||
checkPermission($route)?.attrIsUpdate &&
|
||||
props.row.isDraft &&
|
||||
props.row.statusId === 'PREPARE-CONTAIN' &&
|
||||
DataStore.isOfficer
|
||||
(DataStore.isOfficer || checkPermission($route)?.attrOwnership == 'OWNER')
|
||||
"
|
||||
clickable
|
||||
v-close-popup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue