ระบบลา fixing layout

This commit is contained in:
Warunee Tamkoo 2024-06-29 16:06:29 +07:00
parent 3709a71b64
commit f4a85b3b3a
12 changed files with 24 additions and 24 deletions

View file

@ -71,9 +71,9 @@ const formData = reactive<FremData>({
leaveTypeName: "", // Name leaveTypeName: "", // Name
leaveTypeId: "", //Id leaveTypeId: "", //Id
fullName: "", // fullName: "", //
dateSendLeave: new Date(), // dateSendLeave: null, //
leaveDateStart: new Date(), // leaveDateStart: null, //
leaveDateEnd: new Date(), // leaveDateEnd: null, //
leaveCount: 0, // leaveCount: 0, //
status: "", // status: "", //
leaveLimit: 0, //() leaveLimit: 0, //()

View file

@ -88,9 +88,9 @@ const formData = reactive<FremData>({
leaveTypeName: "", // Name leaveTypeName: "", // Name
leaveTypeId: "", //Id leaveTypeId: "", //Id
fullName: "", // fullName: "", //
dateSendLeave: new Date(), // dateSendLeave: null, //
leaveDateStart: new Date(), // leaveDateStart: null, //
leaveDateEnd: new Date(), // leaveDateEnd: null, //
leaveCount: 0, // leaveCount: 0, //
status: "", // status: "", //
leaveLimit: 0, //() leaveLimit: 0, //()

View file

@ -60,7 +60,7 @@ console.log(props);
:style="{ marginBottom: '10px' }" :style="{ marginBottom: '10px' }"
> >
<q-btn <q-btn
:href="document" :href="document.path"
target="_blank" target="_blank"
outline outline
color="blue" color="blue"

View file

@ -54,7 +54,7 @@ const props = defineProps({
:style="{ marginBottom: '10px' }" :style="{ marginBottom: '10px' }"
> >
<q-btn <q-btn
:href="document" :href="document.path"
target="_blank" target="_blank"
outline outline
color="blue" color="blue"

View file

@ -47,7 +47,7 @@ const props = defineProps({
:style="{ marginBottom: '10px' }" :style="{ marginBottom: '10px' }"
> >
<q-btn <q-btn
:href="document" :href="document.path"
target="_blank" target="_blank"
outline outline
color="blue" color="blue"

View file

@ -59,7 +59,7 @@ const props = defineProps({
:style="{ marginBottom: '10px' }" :style="{ marginBottom: '10px' }"
> >
<q-btn <q-btn
:href="document" :href="document.path"
target="_blank" target="_blank"
outline outline
color="blue" color="blue"

View file

@ -25,14 +25,14 @@ const props = defineProps({
<div class="row"> <div class="row">
<div class="col text-grey-8">จำนวนวนทลา</div> <div class="col text-grey-8">จำนวนวนทลา</div>
<div class="col"> <div class="col">
{{ {{
props.data.leaveRange == "ALL" props.data.leaveRange == "ALL"
? props.data.leaveTotal + " วัน" ? props.data.leaveTotal + " วัน"
: props.data.leaveRange == "MORNING" : props.data.leaveRange == "MORNING"
? "ลาครึ่งวันเช้า (0.5)" ? "ลาครึ่งวันเช้า (0.5)"
: "ลาครึ่งวันบ่าย (0.5)" : "ลาครึ่งวันบ่าย (0.5)"
}} }}
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col text-grey-8"></div> <div class="col text-grey-8"></div>
@ -65,7 +65,7 @@ const props = defineProps({
:style="{ marginBottom: '10px' }" :style="{ marginBottom: '10px' }"
> >
<q-btn <q-btn
:href="document" :href="document.path"
target="_blank" target="_blank"
outline outline
color="blue" color="blue"

View file

@ -118,7 +118,7 @@ function convertDateToEng(dataThia: string) {
:style="{ marginBottom: '10px' }" :style="{ marginBottom: '10px' }"
> >
<q-btn <q-btn
:href="document" :href="document.path"
target="_blank" target="_blank"
outline outline
color="blue" color="blue"

View file

@ -125,7 +125,7 @@ function convertDateToEng(dataThia: string) {
:style="{ marginBottom: '10px' }" :style="{ marginBottom: '10px' }"
> >
<q-btn <q-btn
:href="document" :href="document.path"
target="_blank" target="_blank"
outline outline
color="blue" color="blue"

View file

@ -121,7 +121,7 @@ function convertDateToEng(dataThia: string) {
:style="{ marginBottom: '10px' }" :style="{ marginBottom: '10px' }"
> >
<q-btn <q-btn
:href="document" :href="document.path"
target="_blank" target="_blank"
outline outline
color="blue" color="blue"

View file

@ -72,7 +72,7 @@ const props = defineProps({
:style="{ marginBottom: '10px' }" :style="{ marginBottom: '10px' }"
> >
<q-btn <q-btn
:href="document" :href="document.path"
target="_blank" target="_blank"
outline outline
color="blue" color="blue"

View file

@ -34,7 +34,7 @@ const props = defineProps({
:style="{ marginBottom: '10px' }" :style="{ marginBottom: '10px' }"
> >
<q-btn <q-btn
:href="document" :href="document.path"
target="_blank" target="_blank"
outline outline
color="blue" color="blue"