refactor: edit id

This commit is contained in:
Net 2024-09-25 17:47:27 +07:00
parent 76a08ac368
commit 927206ca74

View file

@ -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