refactor: handle status
This commit is contained in:
parent
fa9b59680f
commit
ed6a0cee3d
6 changed files with 23 additions and 15 deletions
|
|
@ -1811,7 +1811,7 @@ watch(currentHq, () => {
|
|||
style="position: absolute; z-index: 99999; top: 0; right: 0"
|
||||
>
|
||||
<div
|
||||
v-if="formData.status !== 'INACTIVE'"
|
||||
v-if="formData.status !== 'INACTIVE' || !currentId"
|
||||
class="surface-1 row rounded"
|
||||
>
|
||||
<UndoButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue