แก้ไขข้อความ
This commit is contained in:
parent
4b92202700
commit
a03b980d63
3 changed files with 7 additions and 7 deletions
|
|
@ -561,7 +561,7 @@ onMounted(async () => {
|
|||
icon="mdi-history"
|
||||
@click="onHistory(props.row.id)"
|
||||
>
|
||||
<q-tooltip>ประวัติแก้ไขตำแหน่ง/เงินเดือน</q-tooltip>
|
||||
<q-tooltip>ประวัติแก้ไขตำแหน่ง</q-tooltip>
|
||||
</q-btn>
|
||||
</q-td>
|
||||
</q-tr>
|
||||
|
|
@ -580,7 +580,7 @@ onMounted(async () => {
|
|||
class="absolute_button"
|
||||
@click="onHistory(props.row.id)"
|
||||
>
|
||||
<q-tooltip>ประวัติแก้ไขตำแหน่ง/เงินเดือน</q-tooltip>
|
||||
<q-tooltip>ประวัติแก้ไขตำแหน่ง</q-tooltip>
|
||||
</q-btn>
|
||||
<q-item v-for="col in props.cols" :key="col.name">
|
||||
<q-item-section class="fix_top">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue