refactor: add id of agencies
This commit is contained in:
parent
4c4eb8443a
commit
4bb2a567cf
1 changed files with 2 additions and 1 deletions
|
|
@ -682,6 +682,7 @@ watch(
|
|||
<q-td>
|
||||
<q-btn
|
||||
icon="mdi-eye-outline"
|
||||
:id="`btn-eye-${props.row.name}`"
|
||||
size="sm"
|
||||
dense
|
||||
round
|
||||
|
|
@ -694,7 +695,7 @@ watch(
|
|||
"
|
||||
/>
|
||||
<KebabAction
|
||||
:id-name="props.row.id"
|
||||
:id-name="props.row.name"
|
||||
:status="props.row.status"
|
||||
@view="
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue