refactor: handle status

This commit is contained in:
Thanaphon Frappet 2024-12-18 11:49:26 +07:00
parent fa9b59680f
commit ed6a0cee3d
6 changed files with 23 additions and 15 deletions

View file

@ -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