หน้า ส่งหนังสือเวียน btn popup confirm
This commit is contained in:
parent
1f5a96f604
commit
feab1a811f
2 changed files with 5 additions and 6 deletions
|
|
@ -96,13 +96,12 @@ const fileDownload = async (type: string) => {
|
|||
class="q-mr-sm"
|
||||
@click="router.push(`/deceased`)"
|
||||
/>
|
||||
รายละเอียดบันทึกเวียนแจ้งการถึงแก่กรรม {{ detail.firstName }}
|
||||
{{ detail.lastName }}
|
||||
รายละเอียดบันทึกเวียนแจ้งการถึงแก่กรรม {{ fullName }}
|
||||
</div>
|
||||
<q-card bordered class="row col-12 text-dark">
|
||||
<div class="bg-grey-1 q-pa-sm col-12 row items-center text-primary">
|
||||
<div class="q-pl-sm text-weight-bold text-subtitle2">
|
||||
{{ detail.firstName + " " + detail.lastName }}
|
||||
{{ fullName }}
|
||||
</div>
|
||||
<q-space />
|
||||
<q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue