refactor: header status INACTIVE can't edit

This commit is contained in:
Net 2024-08-23 11:45:52 +07:00
parent b6586f1b39
commit f5cf3aec57

View file

@ -3616,6 +3616,8 @@ watch(
</div>
</div>
</DialogForm>
<!-- edit group, edit type -->
<DrawerInfo
ref="formDialogRef"
v-model:drawerOpen="drawerInfo"
@ -3719,7 +3721,10 @@ watch(
style="position: absolute; z-index: 99999; top: 0; right: 0"
v-if="actionDisplay"
>
<div class="surface-1 row rounded">
<div
class="surface-1 row rounded"
v-if="currentStatusGroupType !== 'INACTIVE'"
>
<UndoButton
v-if="isEdit"
icon-only