ระบบลา 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
leaveTypeId: "", //Id
fullName: "", //
dateSendLeave: new Date(), //
leaveDateStart: new Date(), //
leaveDateEnd: new Date(), //
dateSendLeave: null, //
leaveDateStart: null, //
leaveDateEnd: null, //
leaveCount: 0, //
status: "", //
leaveLimit: 0, //()

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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