Merge branch 'develop' of https://github.com/Frappet/BMA-EHR-USER into develop

This commit is contained in:
setthawutttty 2025-03-26 10:18:25 +07:00
commit 5b07feb52b
3 changed files with 7 additions and 7 deletions

View file

@ -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">

View file

@ -657,7 +657,7 @@ onMounted(async () => {
<div class="col-12">
<q-toolbar class="q-px-none">
<span class="text-blue-6 text-weight-bold text-body1">{{
`ตำแหน่ง/${salaryText}`
`${salaryText}`
}}</span>
<q-space />
<q-input
@ -741,7 +741,7 @@ onMounted(async () => {
icon="mdi-history"
@click="onHistory(props.row.id)"
>
<q-tooltip>{{`ประวัติแก้ไขตำแหน่ง/${salaryText}`}}</q-tooltip>
<q-tooltip>{{ `ประวัติแก้ไข${salaryText}` }}</q-tooltip>
</q-btn>
</q-td>
</q-tr>
@ -760,7 +760,7 @@ onMounted(async () => {
class="absolute_button"
@click="onHistory(props.row.id)"
>
<q-tooltip>{{`ประวัติแก้ไขตำแหน่ง/${salaryText}`}}</q-tooltip>
<q-tooltip>{{ `ประวัติแก้ไข${salaryText}` }}</q-tooltip>
</q-btn>
<q-item v-for="col in props.cols" :key="col.name">
<q-item-section class="fix_top">
@ -782,7 +782,7 @@ onMounted(async () => {
</div>
<DialogHistory
v-model:modal="modalHistory"
:title="`ประวัติแก้ไขตำแหน่ง/${salaryText}`"
:title="`ประวัติแก้ไข${salaryText}`"
:getData="getHistory"
:rows="rowsHistory"
:rows-data="rowsHistoryData"

View file

@ -414,7 +414,7 @@ onMounted(async () => {
class="absolute_button"
@click="onDetail(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">