fix: baranch to branch
This commit is contained in:
parent
769fb483c4
commit
25f11388da
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue