fix: change customer card view info

This commit is contained in:
puriphatt 2024-06-07 02:48:48 +00:00
parent 566285ea6a
commit 492da83211
2 changed files with 9 additions and 6 deletions

View file

@ -309,7 +309,8 @@ function undo() {
},
],
}"
@enter-card="openDialogInputForm"
@enter-card="console.log('enter')"
@view-card="openDialogInputForm"
/>
<UsersDetailCardComponent
color="green"
@ -330,7 +331,8 @@ function undo() {
},
],
}"
@enter-card="openDialogInputForm"
@enter-card="console.log('enter')"
@view-card="openDialogInputForm"
/>
</div>
</AppBox>