Merge branch 'develop' of https://github.com/Frappet/BMA-EHR-USER into develop
This commit is contained in:
commit
5b07feb52b
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">
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue