refactor: edit id
This commit is contained in:
parent
76a08ac368
commit
927206ca74
1 changed files with 2 additions and 3 deletions
|
|
@ -1333,7 +1333,7 @@ const emptyCreateDialog = ref(false);
|
|||
|
||||
<q-td>
|
||||
<q-btn
|
||||
id="btn-show-employee"
|
||||
:id="`btn-show-employee-${props.row.baranch[0].customerName}`"
|
||||
dense
|
||||
flat
|
||||
@click.stop="
|
||||
|
|
@ -1369,10 +1369,9 @@ const emptyCreateDialog = ref(false);
|
|||
/>
|
||||
</div>
|
||||
</q-btn>
|
||||
|
||||
<q-btn
|
||||
icon="mdi-eye-outline"
|
||||
:id="`btn-eye-${props.row.name}`"
|
||||
:id="`btn-eye-${props.row.baranch[0].customerName}`"
|
||||
size="sm"
|
||||
dense
|
||||
round
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue