fix โครงาสร้าง
This commit is contained in:
parent
08a80cb8b7
commit
bec77497ef
1 changed files with 9 additions and 1 deletions
|
|
@ -828,6 +828,11 @@ watch(
|
|||
? props.row.positionIsSelected
|
||||
: "-"
|
||||
}}
|
||||
{{
|
||||
props.row.isCondition && props.row.conditionReason
|
||||
? `(${props.row.conditionReason})`
|
||||
: ""
|
||||
}}
|
||||
<q-btn
|
||||
size="12px"
|
||||
dense
|
||||
|
|
@ -835,7 +840,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue