Merge branch 'develop'
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
This commit is contained in:
commit
fd28f36876
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