แก้ dialog history
This commit is contained in:
parent
4678b77f0b
commit
ac846a66f4
1 changed files with 83 additions and 89 deletions
|
|
@ -779,7 +779,6 @@ onMounted(async () => {
|
||||||
style="height: 80vh; min-width: 80%"
|
style="height: 80vh; min-width: 80%"
|
||||||
class="bg-white"
|
class="bg-white"
|
||||||
>
|
>
|
||||||
<q-form @submit.prevent greedy @validation-success="onSubmit()">
|
|
||||||
<q-header>
|
<q-header>
|
||||||
<q-toolbar>
|
<q-toolbar>
|
||||||
<DialogHeader
|
<DialogHeader
|
||||||
|
|
@ -850,11 +849,7 @@ onMounted(async () => {
|
||||||
>
|
>
|
||||||
<template v-slot:header="props">
|
<template v-slot:header="props">
|
||||||
<q-tr :props="props">
|
<q-tr :props="props">
|
||||||
<q-th
|
<q-th v-for="col in props.cols" :key="col.name" :props="props">
|
||||||
v-for="col in props.cols"
|
|
||||||
:key="col.name"
|
|
||||||
:props="props"
|
|
||||||
>
|
|
||||||
<span class="text-weight-medium">{{ col.label }}</span>
|
<span class="text-weight-medium">{{ col.label }}</span>
|
||||||
</q-th>
|
</q-th>
|
||||||
</q-tr>
|
</q-tr>
|
||||||
|
|
@ -871,7 +866,6 @@ onMounted(async () => {
|
||||||
</d-table>
|
</d-table>
|
||||||
</q-page>
|
</q-page>
|
||||||
</q-page-container>
|
</q-page-container>
|
||||||
</q-form>
|
|
||||||
</q-layout>
|
</q-layout>
|
||||||
</q-dialog>
|
</q-dialog>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue