feat: agencies hide kebab
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
9539adee36
commit
7d425332c3
1 changed files with 3 additions and 3 deletions
|
|
@ -751,7 +751,7 @@ watch(
|
|||
"
|
||||
/>
|
||||
<KebabAction
|
||||
:hide-delete="!canAccess('agencies', 'edit')"
|
||||
v-if="canAccess('agencies', 'edit')"
|
||||
:id-name="props.row.name"
|
||||
:status="props.row.status"
|
||||
@view="
|
||||
|
|
@ -835,7 +835,7 @@ watch(
|
|||
"
|
||||
/>
|
||||
<KebabAction
|
||||
:hide-delete="!canAccess('agencies', 'edit')"
|
||||
v-if="canAccess('agencies', 'edit')"
|
||||
:id-name="props.row.id"
|
||||
:status="props.row.status"
|
||||
@view="
|
||||
|
|
@ -976,7 +976,7 @@ watch(
|
|||
@change-status="triggerChangeStatus"
|
||||
:readonly="!pageState.isDrawerEdit"
|
||||
:isEdit="pageState.isDrawerEdit"
|
||||
:hide-delete="!canAccess('agencies', 'edit')"
|
||||
:hide-action="!canAccess('agencies', 'edit')"
|
||||
v-model="pageState.addModal"
|
||||
v-model:drawer-model="pageState.viewDrawer"
|
||||
v-model:data="formData"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue