Merge branch 'develop' into devTee
This commit is contained in:
commit
aad09c302b
7 changed files with 46 additions and 40 deletions
|
|
@ -301,7 +301,6 @@ onMounted(async () => {
|
|||
map-options
|
||||
:options="columns"
|
||||
option-value="name"
|
||||
|
||||
style="min-width: 140px"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -350,7 +349,9 @@ onMounted(async () => {
|
|||
round
|
||||
color="edit"
|
||||
icon="edit"
|
||||
@click.pervent="onRedirectToDetail('resign-employee', props.row.id)"
|
||||
@click.pervent="
|
||||
onRedirectToDetail('resign-employee', props.row.id)
|
||||
"
|
||||
>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue