แก้คำ

This commit is contained in:
setthawutttty 2025-02-04 15:13:46 +07:00
parent 3b1c883c8e
commit 00cd6e18f2
6 changed files with 167 additions and 24 deletions

View file

@ -311,7 +311,7 @@ onMounted(() => {
icon="mdi-history"
@click.stop.prevent="showHistoryDialog(props.row.id)"
>
<q-tooltip>ประวแกไข</q-tooltip>
<q-tooltip>ประวแกไขกษาการในตำแหน</q-tooltip>
</q-btn>
<q-btn
v-if="!isLeave && checkPermission($route)?.attrIsUpdate"
@ -345,7 +345,7 @@ onMounted(() => {
round
@click.stop.prevent="showHistoryDialog(props.row.id)"
>
<q-tooltip>ประวแกไขว</q-tooltip>
<q-tooltip>ประวแกไขรกษาการในตำแหน</q-tooltip>
</q-btn>
<q-btn
@ -358,7 +358,7 @@ onMounted(() => {
round
@click.stop.prevent="openEditDialog(props.row)"
>
<q-tooltip>แกไข</q-tooltip>
<q-tooltip>แกไขอม</q-tooltip>
</q-btn>
</div>
</div>

View file

@ -427,7 +427,7 @@ onMounted(() => {
icon="mdi-history"
@click.stop.prevent="showHistoryDialog(props.row.id)"
>
<q-tooltip>ประวแกไข</q-tooltip>
<q-tooltip>ประวแกไขรายการชวยราชการ</q-tooltip>
</q-btn>
<q-btn
v-if="!isLeave && checkPermission($route)?.attrIsUpdate"
@ -474,7 +474,7 @@ onMounted(() => {
round
@click.stop.prevent="showHistoryDialog(props.row.id)"
>
<q-tooltip>ประวแกไขว</q-tooltip>
<q-tooltip>ประวแกไขรายการชวยราชการ</q-tooltip>
</q-btn>
<q-btn
v-if="!isLeave && checkPermission($route)?.attrIsUpdate"
@ -484,7 +484,7 @@ onMounted(() => {
round
@click.stop.prevent="openEditDialog(props.row)"
>
<q-tooltip>แกไข</q-tooltip>
<q-tooltip>แกไขอม</q-tooltip>
</q-btn>
</div>
</div>