Compare commits
3 commits
9aba48401a
...
fd28f36876
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd28f36876 | ||
|
|
a05c1e7004 | ||
|
|
db2a094471 |
2 changed files with 3 additions and 3 deletions
|
|
@ -157,7 +157,7 @@ watch(
|
|||
name="mdi-passport"
|
||||
style="background-color: var(--surface-3)"
|
||||
/>
|
||||
{{ title }}
|
||||
{{ $t(title) }}
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -168,8 +168,8 @@ async function change(e: Event) {
|
|||
type: map['doc_type'],
|
||||
number: map['doc_number'],
|
||||
gender: map['sex'],
|
||||
firstName: map['first_name'],
|
||||
lastName: map['last_name'],
|
||||
firstName: map['last_name'],
|
||||
lastName: map['first_name'],
|
||||
issueDate: map['issue_date'],
|
||||
expireDate: map['expire_date'],
|
||||
issuePlace: map['nationality'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue