แก้ dialog ประกาศเกษียณ
This commit is contained in:
parent
63ac10c106
commit
230e01a833
3 changed files with 21 additions and 16 deletions
|
|
@ -47,7 +47,7 @@ const submit = () => {
|
|||
};
|
||||
|
||||
function closeModal() {
|
||||
modal.value = false
|
||||
modal.value = false;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ function closeModal() {
|
|||
<q-form ref="myForm">
|
||||
<DialogHeader :tittle="props.title" :close="closeModal" />
|
||||
<q-separator />
|
||||
<q-card-section class="q-pa-sm bg-grey-1">
|
||||
<q-card-section class="q-pa-sm">
|
||||
<div class="row col-12 q-col-gutter-sm">
|
||||
<div class="col-xs-12">
|
||||
<div class="col-12 row q-py-sm items-center q-col-gutter-sm">
|
||||
|
|
@ -77,9 +77,8 @@ function closeModal() {
|
|||
</div>
|
||||
</q-card-section>
|
||||
<q-separator />
|
||||
<q-card-actions align="right">
|
||||
<q-card-actions align="right" class="bg-white text-teal">
|
||||
<q-btn
|
||||
dense
|
||||
unelevated
|
||||
label="บันทึก"
|
||||
color="public"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue