fix bug
This commit is contained in:
parent
c85b26a875
commit
b92ea338a5
1 changed files with 4 additions and 6 deletions
|
|
@ -137,12 +137,10 @@ watch(props, () => {
|
|||
<q-dialog v-model="props.Modal" persistent>
|
||||
<q-card style="max-width: 100%; width: 80%">
|
||||
<q-form ref="myForm">
|
||||
<div class="row">
|
||||
<DialogHeader
|
||||
:tittle="`รายละเอียดของ ${personalForm.fullName}`"
|
||||
@click="close"
|
||||
/>
|
||||
</div>
|
||||
<DialogHeader
|
||||
:tittle="`รายละเอียดของ ${personalForm.fullName}`"
|
||||
:close="close"
|
||||
/>
|
||||
|
||||
<q-separator />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue