refactor: edit header data on submit
This commit is contained in:
parent
60709887a1
commit
c9f9d849e2
1 changed files with 3 additions and 3 deletions
|
|
@ -1048,8 +1048,8 @@ const emptyCreateDialog = ref(false);
|
|||
</div>
|
||||
<div class="col">
|
||||
<div class="col">
|
||||
{{ props.row.firstName || '-' }}
|
||||
{{ props.row.lastName || '-' }}
|
||||
{{ props.row.firstName }}
|
||||
{{ props.row.lastName }}
|
||||
</div>
|
||||
<div class="col app-text-muted">
|
||||
{{ props.row.firstNameEN || '-' }}
|
||||
|
|
@ -1846,7 +1846,7 @@ const emptyCreateDialog = ref(false);
|
|||
filtdRequire,
|
||||
);
|
||||
|
||||
if (!!tapIsUndefined) {
|
||||
if (tapIsUndefined.length > 0) {
|
||||
dialog({
|
||||
color: 'warning',
|
||||
icon: 'mdi-alert',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue