refactor: handle action edit
This commit is contained in:
parent
936fd7ebdd
commit
c8be545ef8
3 changed files with 5 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ const props = withDefaults(
|
|||
hideToggle?: boolean;
|
||||
useLink?: boolean;
|
||||
useUpload?: boolean;
|
||||
hideEdit?: boolean;
|
||||
|
||||
disableDelete?: boolean;
|
||||
}>(),
|
||||
|
|
@ -73,7 +74,7 @@ watch(
|
|||
</q-item>
|
||||
|
||||
<q-item
|
||||
v-if="status !== 'INACTIVE'"
|
||||
v-if="status !== 'INACTIVE' && !hideEdit"
|
||||
v-close-popup
|
||||
dense
|
||||
clickable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue