ทะเบียนประวัติ => ข้อมูลผลงาน,ข้อมูลอื่นๆ
This commit is contained in:
parent
3f602394bc
commit
82463dbb00
9 changed files with 180 additions and 232 deletions
|
|
@ -303,8 +303,8 @@ onMounted(() => {
|
|||
flat
|
||||
round
|
||||
dense
|
||||
icon="mdi-pencil-outline"
|
||||
color="primary"
|
||||
icon="edit"
|
||||
color="edit"
|
||||
@click="onClickEdit"
|
||||
>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip>
|
||||
|
|
@ -314,7 +314,7 @@ onMounted(() => {
|
|||
round
|
||||
dense
|
||||
icon="mdi-history"
|
||||
color="info"
|
||||
color="deep-purple"
|
||||
@click="onClickHistory"
|
||||
>
|
||||
<q-tooltip>ประวัติแก้ไขข้อมูลลูกจ้างชั่วคราว</q-tooltip>
|
||||
|
|
@ -614,7 +614,7 @@ onMounted(() => {
|
|||
</q-tr>
|
||||
</template>
|
||||
<template v-slot:body="props">
|
||||
<q-tr :props="props" class="cursor-pointer">
|
||||
<q-tr :props="props">
|
||||
<q-td v-for="col in props.cols" :key="col.id">
|
||||
<div>
|
||||
{{ col.value ? col.value : "-" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue