เพิ่มข้อมูลหลักตำแหน่งลูกจ้างประจำ, เพิ่ม page เลื่อนเงินเดือนลูกจ้างประจำ
This commit is contained in:
parent
799cd7ce08
commit
f16d7e100e
18 changed files with 2265 additions and 44 deletions
|
|
@ -329,10 +329,10 @@ watch(
|
|||
</q-tr>
|
||||
</template>
|
||||
<template v-slot:item="props" v-else>
|
||||
<div class="col-xs-12 col-sm-4 col-md-3 q-pa-lg">
|
||||
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2 q-pa-md">
|
||||
<q-card flat bordered>
|
||||
<q-card-section class="text-center">
|
||||
<q-avatar size="82px">
|
||||
<q-avatar size="100px">
|
||||
<img src="@/assets/avatar_user.jpg" />
|
||||
</q-avatar>
|
||||
|
||||
|
|
@ -346,8 +346,8 @@ watch(
|
|||
</div>
|
||||
</q-card-section>
|
||||
|
||||
<q-card-section class="q-pa-lg">
|
||||
<q-card bordered class="bg-grey-12">
|
||||
<q-card-section class="q-px-md">
|
||||
<q-card bordered class="bg-grey-13">
|
||||
<q-list>
|
||||
<q-item>
|
||||
<q-item-section>
|
||||
|
|
@ -371,7 +371,7 @@ watch(
|
|||
|
||||
<q-item>
|
||||
<q-item-section>
|
||||
<q-item-label caption>ประเภท</q-item-label>
|
||||
<q-item-label caption>ประเภทตำแหน่ง</q-item-label>
|
||||
<q-item-label>
|
||||
{{
|
||||
props.row.posType ? props.row.posType : "-"
|
||||
|
|
@ -381,7 +381,9 @@ watch(
|
|||
</q-item>
|
||||
<q-item>
|
||||
<q-item-section>
|
||||
<q-item-label caption>ระดับชั้นงาน</q-item-label>
|
||||
<q-item-label caption
|
||||
>ระดับตำแหน่ง/ระดับชั้นงาน</q-item-label
|
||||
>
|
||||
<q-item-label>
|
||||
{{
|
||||
props.row.posLevel ? props.row.posLevel : "-"
|
||||
|
|
@ -457,4 +459,8 @@ watch(
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.bg-grey-13 {
|
||||
background: #f1f2f4 !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue