fix bug
This commit is contained in:
parent
ec04bc2e1e
commit
3ffe9b367e
5 changed files with 10 additions and 23 deletions
|
|
@ -636,12 +636,7 @@ function updatemodalPersonal(modal: boolean) {
|
|||
}}{{ props.row.firstName ? props.row.firstName : "" }}
|
||||
{{ props.row.lastName ? props.row.lastName : "" }}</q-td
|
||||
>
|
||||
<!-- <q-td
|
||||
class="table_ellipsis"
|
||||
key="organizationOrganization"
|
||||
:props="props"
|
||||
>{{ props.row.organizationOrganization }}</q-td
|
||||
> -->
|
||||
|
||||
<q-td key="position" :props="props">{{
|
||||
props.row.position ? props.row.position : "-"
|
||||
}}</q-td>
|
||||
|
|
@ -697,7 +692,7 @@ function updatemodalPersonal(modal: boolean) {
|
|||
flat
|
||||
round
|
||||
color="primary"
|
||||
icon="mdi-pencil"
|
||||
:icon="props.row.remove === 'EDIT' ? 'info' : 'mdi-pencil'"
|
||||
dense
|
||||
@click.stop="
|
||||
(modalNote = true),
|
||||
|
|
@ -724,7 +719,7 @@ function updatemodalPersonal(modal: boolean) {
|
|||
flat
|
||||
round
|
||||
class="text-red-14"
|
||||
icon="mdi-delete"
|
||||
:icon="props.row.remove === 'REMOVE' ? 'info' : 'mdi-delete'"
|
||||
dense
|
||||
@click.stop="
|
||||
(modalNote = true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue