บรรจุ => fux bug

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-27 14:07:38 +07:00
parent 243f500d4a
commit 8c9afd9b66
6 changed files with 13 additions and 8 deletions

View file

@ -134,7 +134,7 @@ watch(
<q-img :src="profile.avatar" v-if="profile.avatar !== ''" />
<q-img src="@/assets/avatar_user.jpg" v-else />
</div>
<div class="col-xs-6 col-sm-3 row items-center">
<div class="col-xs-6 col-sm-3 row">
<div class="col-12 q-pl-md">
<div class="col-12 text-top">
{{ props.type == "employee" ? "ตำแหน่ง" : "ตำแหน่งในสายงาน" }}
@ -144,7 +144,7 @@ watch(
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 row items-center">
<div class="col-xs-6 col-sm-3 row">
<div class="col-12">
<div class="col-12 text-top">
{{ props.type == "employee" ? "กลุ่มงาน" : "ประเภทตำแหน่ง" }}
@ -154,7 +154,7 @@ watch(
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 row items-center">
<div class="col-xs-6 col-sm-3 row">
<div class="col-12">
<div class="col-12 text-top">งก</div>
<div class="col-12 text-detail">

View file

@ -316,7 +316,12 @@ onMounted(() => {
<div
v-else
:class="col.name === 'affiliation' ? 'table_ellipsis' : ''"
:class="
col.name === 'organizationPositionOld' ||
col.name === 'organization'
? 'table_ellipsis'
: ''
"
>
{{ col.value ? col.value : "-" }}
</div>

View file

@ -287,7 +287,7 @@ const pagination = ref({
<div
v-else
:class="col.name === 'org' ? 'table_ellipsis' : ''"
:class="col.name === 'organizationPositionOld' ? 'table_ellipsis' : ''"
>
{{ col.value ? col.value : "-" }}
</div>

View file

@ -341,7 +341,7 @@ const pagination = ref({
: ''
"
>
{{ col.value == null ? "" : col.value }}
{{ col.value == null ? "-" : col.value }}
</div>
</q-td>
</q-tr>

View file

@ -364,7 +364,7 @@ const typeReportChangeName = (val: string) => {
{{ props.rowIndex + 1 }}
</q-td>
<q-td key="signDate" :props="props">
{{ props.row.signDate }}
{{ props.row.signDate ? props.row.signDate : "-" }}
</q-td>
<q-td key="Date" :props="props">
{{ props.row.Date }}

View file

@ -26,7 +26,7 @@ const leaveStore = useLeavelistDataStore();
<q-tab name="2" label="รายการยกเลิกใบลา" />
</q-tabs>
<q-separator />
<div class="q-pa-sm">
<div>
<q-tab-panels v-model="leaveStore.tabMenu" animated>
<q-tab-panel name="1"> <Tab1 /> </q-tab-panel>