fix: baranch to branch

This commit is contained in:
puriphatt 2024-09-25 18:01:27 +07:00
parent 769fb483c4
commit 25f11388da

View file

@ -1333,7 +1333,8 @@ const emptyCreateDialog = ref(false);
<q-td>
<q-btn
:id="`btn-show-employee-${props.row.baranch[0].customerName}`"
v-if="props.row.branch[0].customerName"
:id="`btn-eye-${props.row.branch[0].customerName}`"
dense
flat
@click.stop="
@ -1370,8 +1371,9 @@ const emptyCreateDialog = ref(false);
</div>
</q-btn>
<q-btn
v-if="props.row.branch[0].customerName"
icon="mdi-eye-outline"
:id="`btn-eye-${props.row.baranch[0].customerName}`"
:id="`btn-eye-${props.row.branch[0].customerName}`"
size="sm"
dense
round