เพิ่ม ปุ่ม save ข้างใต้
This commit is contained in:
parent
585ff41a37
commit
1e7f5b8187
1 changed files with 8 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function filterFnOptionsType(val: string, update: any, type: string) {
|
|||
<q-card flat bordered class="col-12 q-mt-sm">
|
||||
<div class="q-pa-md">
|
||||
<q-form ref="myForm">
|
||||
<div class="row col-12 q-pa-md">
|
||||
<div class="row col-12">
|
||||
<div class="col-12 row bg-white q-col-gutter-md">
|
||||
<div class="col-xs-12 row items-center">
|
||||
<div class="col-12">
|
||||
|
|
@ -346,5 +346,12 @@ function filterFnOptionsType(val: string, update: any, type: string) {
|
|||
</div>
|
||||
</q-form>
|
||||
</div>
|
||||
<q-separator />
|
||||
<div class="row col-12 q-pa-sm">
|
||||
<q-space />
|
||||
<q-btn flat round color="secondary" icon="mdi-content-save-outline"
|
||||
><q-tooltip>บับทึกข้อมูล</q-tooltip></q-btn
|
||||
>
|
||||
</div>
|
||||
</q-card>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue