แก้ ui วินัย
This commit is contained in:
parent
4ab7c4abb2
commit
f0285eec5e
3 changed files with 124 additions and 126 deletions
|
|
@ -111,8 +111,8 @@ function onSubmit() {
|
|||
|
||||
<template>
|
||||
<form @submit.prevent.stop="validateForm">
|
||||
<div class="col-12 row q-pa-lg">
|
||||
<div class="col-xs-12 col-sm-12 q-col-gutter-x-lg row q-col-gutter-y-xs">
|
||||
<div class="row col-12 q-pa-sm">
|
||||
<div class="row col-xs-12 col-sm-12 q-col-gutter-x-sm">
|
||||
<div class="col-xs-12 col-sm-6">
|
||||
ประเภทคำสั่ง
|
||||
<q-select
|
||||
|
|
@ -313,17 +313,19 @@ function onSubmit() {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<q-card-actions align="right">
|
||||
|
||||
<q-separator />
|
||||
<div class="row col-12 q-pa-sm">
|
||||
<q-space />
|
||||
<q-btn
|
||||
for="submit"
|
||||
flat
|
||||
round
|
||||
unelevated
|
||||
for="ButtonOnSubmit"
|
||||
id="formSubmit"
|
||||
color="secondary"
|
||||
icon="mdi-content-save-outline"
|
||||
label="บันทึก"
|
||||
type="submit"
|
||||
/>
|
||||
</q-card-actions>
|
||||
><q-tooltip>บับทึกข้อมูล</q-tooltip></q-btn
|
||||
>
|
||||
</div>
|
||||
</form>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue