update
This commit is contained in:
parent
1c1ce0baed
commit
d706f92616
25 changed files with 1060 additions and 844 deletions
|
|
@ -156,7 +156,7 @@ onMounted(async () => {
|
|||
<q-td key="leaveTypeName" :props="props" @click="onClickView(props.row.id, props.row.status)">
|
||||
{{ props.row.leaveTypeName }}
|
||||
</q-td>
|
||||
<q-td key="dateLeave" :props="props">
|
||||
<q-td key="dateLeave" :props="props" @click="onClickView(props.row.id, props.row.status)">
|
||||
{{ props.row.dateLeave }}
|
||||
</q-td>
|
||||
<q-td key="dateSendLeave" :props="props" @click="onClickView(props.row.id, props.row.status)">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue