fix ordering oraganization
This commit is contained in:
parent
17d8c32ce4
commit
3aa299ae8e
6 changed files with 25 additions and 7 deletions
|
|
@ -648,7 +648,10 @@ watch(
|
|||
icon="info"
|
||||
color="info"
|
||||
round
|
||||
@click="(modalPerson = true), (personalId = props.row.current_holderId)"
|
||||
@click="
|
||||
(modalPerson = true),
|
||||
(personalId = props.row.current_holderId)
|
||||
"
|
||||
>
|
||||
<q-tooltip>ดูข้อมูลในทะเบียนประวัติ</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
@ -699,6 +702,7 @@ watch(
|
|||
<DialogSort
|
||||
v-model:sort-position="modalSort"
|
||||
:fetchDataTable="props.fetchDataTable"
|
||||
:total-data="totalData"
|
||||
/>
|
||||
|
||||
<!-- ย้ายตำแหน่ง -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue