refactor: header status INACTIVE can't edit
This commit is contained in:
parent
b6586f1b39
commit
f5cf3aec57
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue