fix: change customer card view info
This commit is contained in:
parent
566285ea6a
commit
492da83211
2 changed files with 9 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue