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-td>
|
||||||
<q-btn
|
<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
|
dense
|
||||||
flat
|
flat
|
||||||
@click.stop="
|
@click.stop="
|
||||||
|
|
@ -1370,8 +1371,9 @@ const emptyCreateDialog = ref(false);
|
||||||
</div>
|
</div>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
<q-btn
|
<q-btn
|
||||||
|
v-if="props.row.branch[0].customerName"
|
||||||
icon="mdi-eye-outline"
|
icon="mdi-eye-outline"
|
||||||
:id="`btn-eye-${props.row.baranch[0].customerName}`"
|
:id="`btn-eye-${props.row.branch[0].customerName}`"
|
||||||
size="sm"
|
size="sm"
|
||||||
dense
|
dense
|
||||||
round
|
round
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue